From 6dae900d74e739a23b65d172827318311b20e4a7 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Thu, 14 Jan 2021 16:09:44 +0100 Subject: [PATCH] I hope this works! --- .readthedocs.yml | 16 ++++++++++++++++ docs/requirements.txt | 0 2 files changed, 16 insertions(+) create mode 100644 .readthedocs.yml create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..05a8e0c62 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# Optionally set the version of Python and requirements required to build your docs +python: + version: 3.7 + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 000000000..e69de29bb