From aff084481245efe548bf07d757ee4d79ec519026 Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Thu, 21 Jan 2021 00:44:02 +0000 Subject: [PATCH] Add readthedocs file --- .readthedocs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..45a415c6 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,10 @@ +version: 2 + +mkdocs: + configuration: doc/mkdocs.yml + +python: + install: + # Added this to fix an MkDocs error about `site_dir` + # https://github.com/readthedocs/readthedocs.org/issues/4974#issuecomment-735320443 + - requirements: doc/requirements.txt