Skip to content

Commit eeb207e

Browse files
authored
Merge pull request #1856 from pythonarcade/doc_stack/fix_readthedocs
Fix rendering on readthedocs Upgrade sphinx Revert accidental upgrade of sitemap plugin that broke incremental rebuilds
2 parents b4f9d67 + 8be16fb commit eeb207e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python:
1111
- method: pip
1212
path: .
1313
extra_requirements:
14-
- docs
14+
- dev
1515

1616
# Build PDF & ePub
1717
formats:

doc/.tmp

Whitespace-only changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ dev = [
5050
"furo",
5151
"pyright",
5252
"pyyaml==6.0",
53-
"sphinx==7.0.1",
53+
"sphinx==7.1.2",
5454
"sphinx-autobuild==2021.3.14",
5555
"sphinx-copybutton==0.5.2",
5656
# Intentionally kept at 2.3 until this bugfix is published: https://github.com/jdillard/sphinx-sitemap/pull/62
57-
"sphinx-sitemap==2.5.0",
57+
"sphinx-sitemap==2.3.0",
5858
"typer[all]==0.7.0",
5959
"wheel",
6060
]

0 commit comments

Comments
 (0)