Skip to content

Commit

Permalink
FIX: remove sphinx.ext.viewcode
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 8, 2023
1 parent f2748ef commit 20a003e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,16 @@ def create_constraints_inventory() -> None:
"sphinx.ext.intersphinx",
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx_api_relink",
"sphinx_codeautolink",
"sphinx_comments",
"sphinx_copybutton",
"sphinx_design",
"sphinx_hep_pdgref",
"sphinx_pybtex_etal_style",
"sphinx_thebe",
"sphinx_togglebutton",
"sphinxcontrib.bibtex",
"sphinx_api_relink",
"sphinx_pybtex_etal_style",
]
autodoc_default_options = {
"exclude-members": ", ".join([
Expand Down Expand Up @@ -316,5 +315,4 @@ def create_constraints_inventory() -> None:
"repository_branch": html_theme_options["repository_branch"],
}
todo_include_todos = False
viewcode_follow_imported_members = True
version = get_package_version(PACKAGE)

0 comments on commit 20a003e

Please sign in to comment.