Skip to content

Commit

Permalink
impl and test tags missing
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Feb 5, 2025
1 parent 11d28d9 commit cd42ae0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from docutils.parsers.rst import Directive, directives
from sphinx.domains.python import PythonDomain

# from sphinx_needs.api import add_dynamic_function
# from sphinx_needs.api import add_dynamic_function # TODO: JOHN

# handle python import locations for this execution
PYTHONPATH = os.path.abspath("..")
Expand Down Expand Up @@ -271,7 +271,7 @@ def setup(app):
app.add_directive("pyreverse", PyReverse)
app.add_directive("impl", SkipNeedsDirective)
app.add_directive("test", SkipNeedsDirective)
# add_dynamic_function(app, getTestAcceptanceCriteria, "get_test_acceptance_criteria")
# add_dynamic_function(app, getTestAcceptanceCriteria, "get_test_acceptance_criteria") # TODO: JOHN

# making tutorial data dir
dataDir = pathlib.Path("user") / ".." / "anl-afci-177"
Expand Down Expand Up @@ -380,8 +380,6 @@ def setup(app):
"**/Python27*",
"_build",
"**reqs.rst", # needed so included reqs files render
APIDOC_REL,
STATIC_DIR,
]

rst_epilog = r"""
Expand Down

0 comments on commit cd42ae0

Please sign in to comment.