1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Index: mdanalysis/package/doc/sphinx/source/conf.py
===================================================================
--- mdanalysis.orig/package/doc/sphinx/source/conf.py 2025-04-05 17:15:58.148928016 +0200
+++ mdanalysis/package/doc/sphinx/source/conf.py 2025-04-05 17:16:18.957103231 +0200
@@ -44,7 +44,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.todo",
"sphinx_sitemap",
- "mdanalysis_sphinx_theme",
+# "mdanalysis_sphinx_theme",
"sphinxcontrib.bibtex",
"sphinx.ext.doctest",
]
@@ -160,7 +160,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = "mdanalysis_sphinx_theme"
+#html_theme = "mdanalysis_sphinx_theme"
extra_nav_links = {}
extra_nav_links["MDAnalysis"] = "http://mdanalysis.org"
|