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
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.