Skip to content

Commit 174cea7

Browse files
committed
disable building doc as htmlzip and epub
I do not think anybody uses them
1 parent a82ed38 commit 174cea7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

readthedocs.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ version: 2
77

88
# Build documentation in the doc/ directory with Sphinx
99
sphinx:
10-
configuration: doc/source/conf.py
10+
configuration: doc/source/conf.py
1111

1212
# Optionally build your docs in additional formats such as PDF and ePub
13-
formats: all
13+
formats:
14+
- pdf
1415

1516
conda:
1617
environment: doc/environment.yml
1718

1819
# Optionally set the version of Python and requirements required to build your docs
1920
python:
20-
version: 3.6
21-
install:
22-
- method: setuptools
23-
path: .
21+
version: 3.6
22+
install:
23+
- method: setuptools
24+
path: .

0 commit comments

Comments
 (0)