Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
autodoc_use_legacy_class_based = True

templates_path = ["_templates"]

# These fragments are pulled into ``index.rst`` with ``include`` directives
# rather than a toctree, so keep them out of the document collection to avoid
# ``toc.not_included`` warnings.
exclude_patterns = ["basic-example.rst", "httpx-example.rst"]
source_suffix = ".rst"
master_doc = "index"

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ optional-dependencies.dev = [
"sphinx-lint==1.0.2",
"sphinx-paramlinks==0.6",
"sphinx-pyproject==0.3.0",
"sphinx-substitution-extensions==2026.6.17",
"sphinx-substitution-extensions==2026.8.5",
"sphinx-toolbox==4.3.0",
"sphinxcontrib-httpdomain==2.0.0",
"sphinxcontrib-spelling==8.0.2",
Expand Down Expand Up @@ -371,6 +371,7 @@ ignore_names = [
"DatabaseDict",
# Too difficult to test (see notes in the code)
"DATE_RANGE_ERROR",
"exclude_patterns",
"extensions",
# pytest fixtures - we name fixtures like this for this purpose
"fixture_*",
Expand Down
1 change: 1 addition & 0 deletions spelling_private_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ str
stringify
subprocess
timestamp
toctree
todo
travis
txt
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.