Skip to content

Commit d621dd2

Browse files
committed
updates readthedocs.yml
1 parent 1a13c7c commit d621dd2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.readthedocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 2
77

8+
# 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+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/conf.py
@@ -14,7 +20,8 @@ sphinx:
1420
# configuration: mkdocs.yml
1521

1622
# Optionally build your docs in additional formats such as PDF and ePub
17-
formats: all
23+
formats:
24+
- htmlzip
1825

1926
# Optionally set the version of Python and requirements required to build your docs
2027
conda:

0 commit comments

Comments
 (0)