Skip to content

Commit

Permalink
Merge pull request #15 from menckend/menckend-patch-7
Browse files Browse the repository at this point in the history
Update conf.py
  • Loading branch information
menckend authored Oct 23, 2024
2 parents 2088fd2 + e3b0696 commit be29752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
extensions = [
'sphinx.ext.napoleon',
'myst_parser',
# 'sphinx.ext.autodoc', # Core Sphinx library for auto html doc generation from docstrings
# 'sphinx.ext.autosummary', # Create neat summary tables for modules/classes/methods etc
'sphinx.ext.autodoc', # Core Sphinx library for auto html doc generation from docstrings
'sphinx.ext.autosummary', # Create neat summary tables for modules/classes/methods etc
'sphinx.ext.intersphinx', # Link to other project's documentation (see mapping below)
'sphinx.ext.viewcode', # Add a link to the Python source code for classes, functions etc.
# 'sphinx_autodoc_typehints' # Automatically document param types (less noise in class signature)
'sphinx_autodoc_typehints' # Automatically document param types (less noise in class signature)
'autoapi.extension'
]

Expand Down

0 comments on commit be29752

Please sign in to comment.