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 969f9f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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

0 comments on commit 969f9f8

Please sign in to comment.