From 704dfd8a761d18dd3f680b125453cf5089eae1fd Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 22 Jan 2020 16:44:56 -0500 Subject: 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. --- .readthedocs.yaml | 7 +++++++ doc-requirements.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yaml 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 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 -- cgit v1.2.3