diff --git a/.github/workflows/docs/conf.py b/.github/workflows/docs/conf.py index 5eff6a10..9dcb86bc 100644 --- a/.github/workflows/docs/conf.py +++ b/.github/workflows/docs/conf.py @@ -11,7 +11,6 @@ "sphinx_autodoc_typehints", "sphinx.ext.autosummary", "sphinx.ext.intersphinx", - "jupyter_sphinx", "sphinx.ext.viewcode", "sphinx.ext.mathjax", "sphinx_copybutton", @@ -20,7 +19,6 @@ html_theme = "sphinx_book_theme" html_theme_options = { - "show_toc_level": 2, "repository_url": "https://github.com/CQCL/pytket-qiskit", "use_repository_button": True, "use_issues_button": True,