File: doc_no_mdanalysis_sphinx.patch

package info (click to toggle)
mdanalysis 2.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116,696 kB
  • sloc: python: 92,135; ansic: 8,156; makefile: 215; sh: 138
file content (22 lines) | stat: -rw-r--r-- 803 bytes parent folder | download
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-10-21 23:34:44.327809384 +0200
+++ mdanalysis/package/doc/sphinx/source/conf.py	2025-10-21 23:34:44.322032958 +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"] = "https://mdanalysis.org"