Skip to content

Commit cf704ae

Browse files
authored
Fix ReadTheDocs build (#991)
* Bump python version for readthedocs build * Added changelog entry
1 parent 7c8d616 commit cf704ae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ formats:
1313
- pdf
1414
- epub
1515

16+
build:
17+
os: ubuntu-22.04
18+
tools:
19+
python: "3.11"
20+
1621
python:
17-
# Mininum supported Python version
18-
version: "3.7"
1922
# Install twine first, because RTD uses `--upgrade-strategy eager`,
2023
# which installs the latest version of docutils via readme_renderer.
2124
# However, Sphinx 4.2.0 requires docutils>=0.14,<0.18.

changelog/991.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix the ReadTheDocs build by removing minimum python version and specifiying build requirements.

0 commit comments

Comments
 (0)