Skip to content

Commit 176c80d

Browse files
committed
.readthedocs.yml updates
1 parent d778b30 commit 176c80d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.readthedocs.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,19 @@
55
# Required
66
version: 2
77

8-
# Build documentation in the docs/ directory with Sphinx
8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.8"
12+
913
sphinx:
1014
configuration: docs/source/conf.py
1115

12-
# Build documentation with MkDocs
13-
#mkdocs:
14-
# configuration: mkdocs.yml
15-
16-
# Optionally build your docs in additional formats such as PDF
1716
formats:
1817
- htmlzip
1918

2019
# Optionally set the version of Python and requirements required to build your docs
2120
python:
22-
version: 3.8
2321
install:
2422
- requirements: requirements.txt
2523
- requirements: requirements_extra.txt

0 commit comments

Comments
 (0)