blob: 24815ce2466e4622cb65a8cb5addedfc90648a60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
# 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
- requirements: admin/doc-read-the-docs.txt
sphinx:
builder: dirhtml
configuration: doc/conf.py
|