Skip to content

Commit 1f74d64

Browse files
authored
update .readthedocs.yml
1 parent 3f8a229 commit 1f74d64

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.readthedocs.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ version: 2
99
sphinx:
1010
configuration: docs/conf.py
1111

12-
# Build documentation with MkDocs
13-
#mkdocs:
14-
# configuration: mkdocs.yml
15-
16-
# Optionally build your docs in additional formats such as PDF and ePub
17-
formats: []
12+
build:
13+
os: ubuntu-22.04
14+
tools:
15+
python: "3.10"
1816

1917
# Optionally set the version of Python and requirements required to build your docs
2018
python:
21-
version: 3.7
2219
install:
2320
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)