Skip to content

Commit 0e21fc8

Browse files
committed
docs(conf): register sphinx_pytest_fixtures extension and add demo toctree
why: The extension must be listed in conf.py to activate, and the new demo/ section needs a toctree entry so Sphinx includes it in the build. what: - Add "sphinx_pytest_fixtures" to extensions list in docs/conf.py - Add demo/index to root toctree in docs/index.md
1 parent a92e8d6 commit 0e21fc8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
extensions = [
3232
"sphinx.ext.autodoc",
33+
"sphinx_pytest_fixtures",
3334
"sphinx_fonts",
3435
"sphinx.ext.intersphinx",
3536
"sphinx_autodoc_typehints",

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ project/index
105105
history
106106
migration
107107
glossary
108+
demo/index
108109
```

0 commit comments

Comments
 (0)