From 0c573684fc871ad7dcb5ce9986b8b5addf735ca7 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 27 Apr 2019 17:35:45 +1000 Subject: [PATCH] Add readthedocs configuration file --- .readthedocs.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000000..4576ffd7be --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,14 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Location of sphinx configuration settings +sphinx: + configuration: docs/conf.py + +formats: all + +python: + version: 3.5 + install: + - requirements: docs/requirements.txt \ No newline at end of file