Skip to content

Commit 41bb373

Browse files
authored
Fix read the docs configuration (build.os) (#1079)
* Fix read the docs configuration (build.os) * build docs with python 3.7 * require sphinx-rtd-theme==3.0.2 * build docs with python 3.12 * build docs with Sphinx 8.2.3 * build docs with docutils 0.21.2 * Remove sphinx_rtd_theme_citus
1 parent 8322677 commit 41bb373

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-lts-latest
5+
tools:
6+
python: "3.12"
7+
38
# Build from the docs/ directory with Sphinx
49
sphinx:
510
configuration: docs/conf.py
611

7-
# Explicitly set the version of Python and its requirements
12+
# declare the Python requirements to build the documentation
813
python:
9-
version: 3.7
1014
install:
11-
- requirements: docs/requirements.txt
15+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sphinx==4.0.2
2-
sphinx_rtd_theme_citus==0.5.25
3-
docutils==0.16
1+
Sphinx==8.2.3
2+
sphinx-rtd-theme==3.0.2
3+
docutils==0.21.2
44
readthedocs-sphinx-search==0.1.0

0 commit comments

Comments
 (0)