Skip to content

Commit 1967ce7

Browse files
committed
Use explicit docker image in .readthedocs.yaml
1 parent 9518189 commit 1967ce7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
version: 2
77

88
# Set the version of Python and other tools you might need
9-
# build:
10-
# os: ubuntu-22.04
11-
# tools:
12-
# python: "3.10"
13-
# # You can also specify other tool versions:
14-
# # nodejs: "16"
15-
# # rust: "1.55"
16-
# # golang: "1.17"
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.10"
13+
# You can also specify other tool versions:
14+
# nodejs: "16"
15+
# rust: "1.55"
16+
# golang: "1.17"
1717

1818
# Build documentation in the docs/ directory with Sphinx
1919
sphinx:

0 commit comments

Comments
 (0)