Skip to content

Commit

Permalink
Docs fixes for dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Dec 27, 2024
1 parent 6a1c0b7 commit 89c30ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
html_static_path = []


pygments_style = "sphinx"
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,6 @@ dev-dependencies = [
"tox-uv>=1.13.1",
"tox>=4.21.2",
"types-lxml>=2024.12.13",
"sphinx>=7.1.2",
"sphinx-rtd-theme>=3.0.2",
]

0 comments on commit 89c30ba

Please sign in to comment.