diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000000..5bfd1c15d0 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,14 @@ +# Read The Docs config +# - http://docs.readthedocs.io/en/latest/yaml-config.html + +# python version +python: + version: 3.5 + setup_py_install: true + +# Just the HTML and indexing +formats: + - none + +# Limit the requirements to building the docs +requirements_file: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100755 index 0000000000..d60b15994e --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ +sphinx-rtd-theme==0.2.5b2 +sphinx==1.6.4