Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend authored Oct 23, 2024
1 parent 2088fd2 commit e3b0696
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 e3b0696

Please sign in to comment.