Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Jahn committed Sep 14, 2022
1 parent fa8c957 commit 93c307f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
# ones.
extensions = [
"autoapi.extension",
# "sphinx.ext.autodoc",
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
"sphinx.ext.coverage",
"sphinx.ext.imgmath",
"sphinx.ext.viewcode",
"sphinx.ext.napoleon", # enable Napoleon Sphinx v>1.3
"sphinx.ext.extlinks", # enables external links with a key
# "sphinx_autodoc_typehints",
"sphinx_autodoc_typehints",
]
# Autoapi settings
autoapi_type = "python"
Expand Down Expand Up @@ -375,4 +375,4 @@ def __getattr__(cls, name):
# Numbered figures
numfig = True

# autodoc_member_order = "bysource"
autodoc_member_order = "bysource"

0 comments on commit 93c307f

Please sign in to comment.