From 445a2a90cfabc4e9c56213327a9611d515cc623b Mon Sep 17 00:00:00 2001 From: svalouch Date: Tue, 6 Oct 2020 21:04:33 +0200 Subject: [PATCH] Add config for readthedocs --- .readthedocs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..70795bf --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,13 @@ +--- +version: 2 + +sphinx: + configuration: docs/conf.py + +python: + version: 3.8 + install: + - method: pip + path: . + extra_requirements: + - docs