Skip to content

Commit 2225cd2

Browse files
committed
Add build information to config.
1 parent 4ed630c commit 2225cd2

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.readthedocs.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
# Required
66
version: 2
77

8+
# Set the OS, Python version and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.9"
13+
# You can also specify other tool versions:
14+
# nodejs: "20"
15+
# rust: "1.70"
16+
# golang: "1.20"
17+
818
# Build documentation in the docs/ directory with Sphinx
919
sphinx:
1020
configuration: docs/conf.py
@@ -18,6 +28,5 @@ formats: all
1828

1929
# Optionally set the version of Python and requirements required to build your docs
2030
python:
21-
version: 3.9
2231
install:
2332
- requirements: requirements.txt

0 commit comments

Comments
 (0)