2019-07-25 01:03:24 +00:00
|
|
|
# .readthedocs.yml
|
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
# Required
|
|
|
|
version: 2
|
|
|
|
|
2019-11-28 17:48:55 +00:00
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
2020-05-14 12:25:06 +00:00
|
|
|
# reference: https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx
|
2019-11-28 17:48:55 +00:00
|
|
|
sphinx:
|
|
|
|
configuration: docs/source/conf.py
|
2020-05-22 00:30:40 +00:00
|
|
|
fail_on_warning: true
|
2019-11-28 17:48:55 +00:00
|
|
|
|
2019-07-25 01:03:24 +00:00
|
|
|
# Build documentation with MkDocs
|
2019-11-28 17:48:55 +00:00
|
|
|
#mkdocs:
|
|
|
|
# configuration: mkdocs.yml
|
2019-07-25 01:03:24 +00:00
|
|
|
|
|
|
|
# Optionally build your docs in additional formats such as PDF and ePub
|
2020-05-22 00:30:40 +00:00
|
|
|
formats:
|
|
|
|
- htmlzip
|
|
|
|
- pdf
|
2019-07-25 01:03:24 +00:00
|
|
|
|
|
|
|
# Optionally set the version of Python and requirements required to build your docs
|
|
|
|
python:
|
|
|
|
version: 3.7
|
|
|
|
install:
|
2020-06-13 14:15:22 +00:00
|
|
|
- requirements: requirements/docs.txt
|
|
|
|
#- requirements: requirements/base.txt
|