diff options
-rw-r--r-- | .readthedocs.yaml | 7 | ||||
-rw-r--r-- | doc-requirements.txt | 2 |
2 files changed, 8 insertions, 1 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 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 |