Update .readthedocs.yaml
This commit is contained in:
parent
a3d36c8ef3
commit
4fbbc3cdfa
|
@ -5,7 +5,11 @@ sphinx:
|
||||||
configuration: content/conf.py
|
configuration: content/conf.py
|
||||||
|
|
||||||
# Optionally build your docs in additional formats such as PDF
|
# Optionally build your docs in additional formats such as PDF
|
||||||
formats: all
|
formats:
|
||||||
|
- epub
|
||||||
|
- pdf
|
||||||
|
- htmlzip
|
||||||
|
- all
|
||||||
|
|
||||||
# Optionally set the version of Python and requirements required to build your docs
|
# Optionally set the version of Python and requirements required to build your docs
|
||||||
python:
|
python:
|
||||||
|
|
Loading…
Reference in New Issue