diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-01-22 16:44:56 -0500 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2020-01-22 14:44:56 -0700 |
commit | 704dfd8a761d18dd3f680b125453cf5089eae1fd (patch) | |
tree | 25c7c37e212df44218cb488272557e10057a94c7 /.readthedocs.yaml | |
parent | bb71a9d08d25193836eda91c328760305285574e (diff) | |
download | vyos-cloud-init-704dfd8a761d18dd3f680b125453cf5089eae1fd.tar.gz vyos-cloud-init-704dfd8a761d18dd3f680b125453cf5089eae1fd.zip |
Introduce an RTD config file, and pin the Sphinx version to the RTD default (#180)
doc-requirements.txt: pin Sphinx at version used by RTD
Introduce a configuration file containing our existing web-based configuration.
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..232ee8d2 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,7 @@ +version: 2 + +formats: all + +python: + install: + - requirements: doc-requirements.txt |