2021-02-10 15:01:33 +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
|
|
|
|
|
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
|
|
sphinx:
|
|
|
|
configuration: python/docs/conf.py
|
2021-02-10 15:12:55 +00:00
|
|
|
|
|
|
|
# Optionally set the version of Python and requirements required to build your docs
|
|
|
|
python:
|
2021-02-10 16:09:54 +00:00
|
|
|
install:
|
2021-02-10 16:08:09 +00:00
|
|
|
- method: pip
|
|
|
|
path: python
|
2021-02-11 01:18:50 +00:00
|
|
|
|
|
|
|
formats: all
|