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 -----------------------------------------------------
|