We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f62ec commit cd57373Copy full SHA for cd57373
2 files changed
docs/source/_static/.gitkeep
@@ -0,0 +1 @@
1
+# Keep this directory in git
docs/source/conf.py
@@ -32,7 +32,7 @@
32
]
33
34
templates_path = ["_templates"]
35
-exclude_patterns = []
+exclude_patterns = ["_snippets/"]
36
37
# -- Options for HTML output ------------------------------------------------
38
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
@@ -57,6 +57,7 @@
57
"smartquotes",
58
"tasklist",
59
60
+myst_heading_anchors = 2 # Allow documents to start with H2
61
source_suffix = {
62
".rst": "restructuredtext",
63
".md": "markdown",
0 commit comments