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 8af8784 commit 5b87984Copy full SHA for 5b87984
doc/conf.py
@@ -2,14 +2,12 @@
2
import inspect
3
import sys
4
import pytensor
5
+from pathlib import Path
6
-sys.path.insert(0, os.path.abspath(os.path.join("..", "scripts")))
7
+sys.path.insert(0, str(Path("..").resolve() / "scripts"))
8
9
# General configuration
10
# ---------------------
-
11
-# Add any Sphinx extension module names here, as strings. They can be
12
-# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
13
extensions = [
14
"sphinx.ext.autodoc",
15
"sphinx.ext.todo",
@@ -19,6 +17,8 @@
19
17
"sphinx.ext.mathjax",
20
18
"sphinx_design",
21
"sphinx.ext.intersphinx",
+ "sphinx.ext.autosummary",
+ "sphinx.ext.autosectionlabel",
22
"ablog",
23
"myst_nb",
24
"generate_gallery",
0 commit comments