2020-04-09 07:35:15 +00:00
|
|
|
---
|
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
formats: []
|
|
|
|
build:
|
|
|
|
image: latest
|
|
|
|
python:
|
|
|
|
version: 3
|
|
|
|
install:
|
|
|
|
- requirements: admin/doc-requirements.txt
|
2020-04-09 13:25:39 +00:00
|
|
|
- requirements: admin/doc-read-the-docs.txt
|
2020-12-12 07:09:49 +00:00
|
|
|
- requirements: admin/doc-pybind.txt
|
2020-04-09 07:35:15 +00:00
|
|
|
sphinx:
|
|
|
|
builder: dirhtml
|
|
|
|
configuration: doc/conf.py
|