Skip to content

Commit 8f21b0b

Browse files
committed
Fix readthedocs config format key
1 parent 0f7d5df commit 8f21b0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ sphinx:
1010
configuration: docs/conf.py
1111

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

1516
# Optionally set the version of Python and requirements required to build your docs
1617
python:

0 commit comments

Comments
 (0)