We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4117327 + 894ff16 commit 0afc96dCopy full SHA for 0afc96d
.readthedocs.yml
@@ -0,0 +1,14 @@
1
+# Read The Docs config
2
+# - http://docs.readthedocs.io/en/latest/yaml-config.html
3
+
4
+# python version
5
+python:
6
+ version: 3.5
7
+ setup_py_install: true
8
9
+# Just the HTML and indexing
10
+formats:
11
+ - none
12
13
+# Limit the requirements to building the docs
14
+requirements_file: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,2 @@
+sphinx-rtd-theme==0.2.5b2
+sphinx==1.6.4
0 commit comments