File: docs_use_built_module.patch

package info (click to toggle)
mdanalysis 2.9.0-13~exp2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 115,708 kB
  • sloc: python: 86,757; ansic: 8,156; makefile: 215; sh: 136
file content (13 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: mdanalysis/package/doc/sphinx/source/conf.py
===================================================================
--- mdanalysis.orig/package/doc/sphinx/source/conf.py	2025-04-05 17:13:17.719584868 +0200
+++ mdanalysis/package/doc/sphinx/source/conf.py	2025-04-05 17:13:40.839777505 +0200
@@ -27,7 +27,7 @@
 # here.
 
 # make sure sphinx always uses the current branch
-sys.path.insert(0, os.path.abspath("../../.."))
+#sys.path.insert(0, os.path.abspath("../../.."))
 
 # -- General configuration -----------------------------------------------------