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
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@ python:
- method: pip
path: .
extra_requirements:
- docs
- dev

# Build PDF & ePub
formats:
Expand Down
Empty file addeddoc/.tmp
Empty file.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -50,11 +50,11 @@ dev = [
"furo",
"pyright",
"pyyaml==6.0",
"sphinx==7.0.1",
"sphinx==7.1.2",
"sphinx-autobuild==2021.3.14",
"sphinx-copybutton==0.5.2",
# Intentionally kept at 2.3 until this bugfix is published: https://github.com/jdillard/sphinx-sitemap/pull/62
"sphinx-sitemap==2.5.0",
"sphinx-sitemap==2.3.0",
"typer[all]==0.7.0",
"wheel",
]
Expand Down