Skip to content

Commit

Permalink
Merge pull request #3123 from agriyakhetarpal/fix-doctests
Browse files Browse the repository at this point in the history
Fix failing doctests
  • Loading branch information
Saransh-cpp committed Jul 9, 2023
2 parents e3dbcfb + beddc27 commit f389db2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/sphinxext/inheritance_diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ def add_diagram(app, what, name, obj, options, lines):

def setup(app):
app.connect("autodoc-process-docstring", add_diagram)
return {
"version": "0.1.0",
"parallel_read_safe": True,
"parallel_write_safe": True,
}

0 comments on commit f389db2

Please sign in to comment.