From 969f9f8a512e61d1ced48387386508fba9949977 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:02:54 +0100 Subject: [PATCH] FIX: remove `sphinx.ext.viewcode` --- docs/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 71093d4c..e6b74b04 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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([