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 /doc-requirements.txt | |
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 'doc-requirements.txt')
-rw-r--r-- | doc-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-requirements.txt b/doc-requirements.txt index e8977de9..d5f921e3 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -1,5 +1,5 @@ doc8 m2r -sphinx +sphinx<2 sphinx_rtd_theme pyyaml |