diff --git a/edb/tools/docs/edb.py b/edb/tools/docs/edb.py index f691ed190c8..b4b38534cbf 100644 --- a/edb/tools/docs/edb.py +++ b/edb/tools/docs/edb.py @@ -167,6 +167,7 @@ def apply(self): else: node.replace_self(d_nodes.Text(nt)) + class GelCmdRole: def __call__( diff --git a/tests/test_docs_sphinx_ext.py b/tests/test_docs_sphinx_ext.py index 13e1d015284..feb62d211f4 100644 --- a/tests/test_docs_sphinx_ext.py +++ b/tests/test_docs_sphinx_ext.py @@ -964,7 +964,6 @@ def test_sphinx_edb_brand_name_01(self): '''), ['Gel']) - print(x) def test_sphinx_edb_brand_name_02(self): @@ -998,4 +997,3 @@ def test_sphinx_edb_brand_name_02(self): / text() '''), ['gel migrate --help']) -