Skip to content

Commit

Permalink
#153 - Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antaenc committed Jan 16, 2025
1 parent d0d13d1 commit a963fa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@

# TODO
def process_docstring(app, what, name, obj, options, lines):
print("\nDEBUG: In process_docstring()...\b")
# pass
# for i in xrange(len(lines)):
# lines[i] = lines[i].replace("|class|", classname)
Expand All @@ -89,4 +90,5 @@ def process_docstring(app, what, name, obj, options, lines):


def setup(app):
print("\nDEBUG: In setup()...\n")
app.connect("autodoc-process-docstring", process_docstring)

0 comments on commit a963fa5

Please sign in to comment.