Skip to content

Commit

Permalink
autodoc debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomaubier committed Feb 7, 2025
1 parent 1cf9054 commit 15d55fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath("../coperniFUS/"))

from directory_tree import DisplayTree
DisplayTree('.')

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ furo==2024.8.6
nbsphinx==0.9.6
nbconvert==7.16.6
sphinx-autodoc-typehints==3.0.1
sphinx_mdinclude==0.6.2
sphinx_mdinclude==0.6.2
directory_tree

0 comments on commit 15d55fe

Please sign in to comment.