From 901b3d37994921b058e6dd59ab3818d708dfc7b3 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 20 Feb 2021 15:57:10 -0600 Subject: fix rtd docs build (#994) * fix rtd docs build * manifest --- .readthedocs.yml | 4 ++++ MANIFEST.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..1682479 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,4 @@ +version: 2 + +build: + image: "7.0" diff --git a/MANIFEST.in b/MANIFEST.in index 65b7dc3..b7bdbe9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include LICENSE MANIFEST.in *.rst tox.ini .coveragerc -exclude codecov.yml +exclude codecov.yml .readthedocs.yml recursive-include tests *.py recursive-include doc * prune doc/_build -- cgit v1.2.1