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
1 change: 1 addition & 0 deletions docs/source/_static/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Placeholder to ensure the _static directory is tracked for Sphinx builds.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dev = [
"pytest-mock>=3.15.1",
# Documentation
"sphinx==8.1.3",
"sphinx-rtd-theme>=3.0.0",
"sphinx_immaterial>=0.13.8",
"sphinx-autodoc-typehints==3.0.1",
"sphinx-copybutton>=0.5.2",
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ sphinx==8.1.3
# sphinx-autodoc-typehints
# sphinx-copybutton
# sphinx-immaterial
sphinx-rtd-theme==3.0.1
# via pyUSPTO (pyproject.toml)
sphinx-autodoc-typehints==3.0.1
# via pyUSPTO (pyproject.toml)
sphinx-copybutton==0.5.2
Expand Down
Loading