File: doc_no_mdanalysis_sphinx.patch

package info (click to toggle)
mdanalysis 2.9.0-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 115,708 kB
  • sloc: python: 86,757; ansic: 8,156; makefile: 215; sh: 138
file content (22 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (3)
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"