Skip to content

Commit 0afc96d

Browse files
author
Art Hall III
authored
Merge pull request #62 from arthall/readthedocs
Reduce dependencies Readthedocs has to retrieve
2 parents 4117327 + 894ff16 commit 0afc96d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.readthedocs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx-rtd-theme==0.2.5b2
2+
sphinx==1.6.4

0 commit comments

Comments
 (0)