Skip to content

Commit

Permalink
Merge pull request #1856 from pythonarcade/doc_stack/fix_readthedocs
Browse files Browse the repository at this point in the history
Fix rendering on readthedocs
Upgrade sphinx
Revert accidental upgrade of sitemap plugin that broke incremental rebuilds
  • Loading branch information
cspotcode authored Aug 14, 2023
2 parents b4f9d67 + 8be16fb commit eeb207e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python:
- method: pip
path: .
extra_requirements:
- docs
- dev

# Build PDF & ePub
formats:
Expand Down
Empty file added doc/.tmp
Empty file.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff 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

0 comments on commit eeb207e

Please sign in to comment.