Skip to content

Commit cd57373

Browse files
committed
fix doc errors
1 parent 35f62ec commit cd57373

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/source/_static/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Keep this directory in git

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
]
3333

3434
templates_path = ["_templates"]
35-
exclude_patterns = []
35+
exclude_patterns = ["_snippets/"]
3636

3737
# -- Options for HTML output ------------------------------------------------
3838
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
@@ -57,6 +57,7 @@
5757
"smartquotes",
5858
"tasklist",
5959
]
60+
myst_heading_anchors = 2 # Allow documents to start with H2
6061
source_suffix = {
6162
".rst": "restructuredtext",
6263
".md": "markdown",

0 commit comments

Comments
 (0)