Skip to content

Commit 5d8b39a

Browse files
committed
.
1 parent 757633e commit 5d8b39a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
# .readthedocs.yaml
2-
# Read the Docs configuration file
3-
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4-
51
# Required
62
version: 2
73

84
# Set the OS, Python version and other tools you might need
95
build:
106
os: ubuntu-22.04
117
tools:
12-
python: "3.12"
8+
python: "3.11"
139
# You can also specify other tool versions:
1410
# nodejs: "19"
1511
# rust: "1.64"
@@ -27,6 +23,6 @@ sphinx:
2723
# Optional but recommended, declare the Python requirements required
2824
# to build your documentation
2925
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
30-
# python:
31-
# install:
32-
# - requirements: docs/requirements.txt
26+
python:
27+
install:
28+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx-rtd-theme==1.3.0
2+
sphinx>=7.0.1

0 commit comments

Comments
 (0)