diff options
author | Andrei Pavel <andrei@isc.org> | 2021-11-09 19:15:53 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-11-17 13:01:29 +0100 |
commit | 66fbe439483d32b59d5369322e45215a05418faa (patch) | |
tree | fcc069714cda626a4b51a59cf40693ff9ebc86e0 /.readthedocs.yaml | |
parent | [#2134] Update ChangeLog and AUTHORS (diff) | |
download | kea-66fbe439483d32b59d5369322e45215a05418faa.tar.xz kea-66fbe439483d32b59d5369322e45215a05418faa.zip |
[#2161] .readthedocs.yaml
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..27b6082a17 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +build: + os: ubuntu-20.04 + tools: + python: '3.9' +formats: all +python: + install: + - requirements: doc/sphinx/src/requirements.txt +sphinx: + configuration: doc/sphinx/conf.py + fail_on_warning: true +version: 2 |