Skip to content

Commit e00ba4a

Browse files
committed
#281 Update readthedocs config
1 parent de41094 commit e00ba4a

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.readthedocs.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,26 @@
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.11"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/conf.py
1117

12-
# Build documentation with MkDocs
13-
#mkdocs:
14-
# configuration: mkdocs.yml
15-
16-
# Optionally build your docs in additional formats such as PDF
18+
# Optionally build your docs in additional formats such as PDF and ePub
1719
formats:
1820
- pdf
1921

20-
# Optionally set the version of Python and requirements required to build your docs
22+
# Optional but recommended, declare the Python requirements required
23+
# to build your documentation
24+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2125
python:
22-
version: 3.7
2326
install:
2427
- method: pip
2528
path: .
2629
extra_requirements:
27-
- docs
30+
- docs

0 commit comments

Comments
 (0)