Skip to content

Commit

Permalink
Fix ReadTheDocs build (#991)
Browse files Browse the repository at this point in the history
* Bump python version for readthedocs build

* Added changelog entry
  • Loading branch information
chrysle committed May 6, 2023
1 parent 7c8d616 commit cf704ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ formats:
- pdf
- epub

build:
os: ubuntu-22.04
tools:
python: "3.11"

python:
# Mininum supported Python version
version: "3.7"
# Install twine first, because RTD uses `--upgrade-strategy eager`,
# which installs the latest version of docutils via readme_renderer.
# However, Sphinx 4.2.0 requires docutils>=0.14,<0.18.
Expand Down
1 change: 1 addition & 0 deletions changelog/991.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix the ReadTheDocs build by removing minimum python version and specifiying build requirements.

0 comments on commit cf704ae

Please sign in to comment.