Skip to content

Commit

Permalink
Trial for solving docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliofantuzzi committed Dec 14, 2024
1 parent 8b7327d commit c39c68c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-pseudocode==0.7.0
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
sphinxcontrib-serializinghtml==2.0.0
sphinx-autodoc-typehints
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def setup(app):

templates_path = ['_templates']
exclude_patterns = []

autodoc_default_flags = ['members', 'undoc-members', 'show-inheritance']
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

Expand Down

0 comments on commit c39c68c

Please sign in to comment.