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 25, 2024
1 parent f33d39c commit 53d77cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'sphinx.ext.napoleon',
'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.ext.inheritance_diagram'
]

# -- Autoapi extension configuraiton ---------------------------------------------------
Expand All @@ -58,6 +59,7 @@
"show-inheritance",
"show-module-summary",
"imported-members",
"show-inheritance-diagram",
]

#--RTD theme configuration ----------------------------------------------------------------------------
Expand Down

0 comments on commit 53d77cf

Please sign in to comment.