We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b88cb commit ade323fCopy full SHA for ade323f
docsrc/pre-build.py
@@ -65,6 +65,7 @@ def patch_conf(sourcedir):
65
"_static/bayesflow_hor_dark.png",
66
"_static/bayesflow_hor.png",
67
"_static/custom.css",
68
+ "sphinxext/override_pst_pagetoc.py",
69
]
70
for path in copy_rel_paths:
71
srcfile = cursrc / path
docsrc/source/conf.py
@@ -26,7 +26,7 @@
26
current = "local"
27
28
sys.path.insert(0, os.path.abspath("../.."))
29
-sys.path.insert(0, os.path.abspath("../sphinxext"))
+sys.path.insert(0, os.path.abspath("sphinxext"))
30
31
# might set copyright end to wrong year -> remove
32
if "SOURCE_DATE_EPOCH" in os.environ:
docsrc/sphinxext/override_pst_pagetoc.py renamed to docsrc/source/sphinxext/override_pst_pagetoc.py
0 commit comments