Skip to content

Commit 3cf0d3c

Browse files
committed
[docs] Uncomment build options in .readthedocs.yaml
1 parent 2015d74 commit 3cf0d3c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.readthedocs.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
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"
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.10"
1313

1414
mkdocs:
1515
configuration: mkdocs.yml
1616

1717
# Optionally declare the Python requirements required to build your docs
1818
python:
1919
install:
20-
- requirements: docs/requirements.txt
20+
- requirements: docs/requirements.txt
21+

0 commit comments

Comments
 (0)