Skip to content

Commit 894ff16

Browse files
author
Art Hall
committed
Attempt to reduce the number of dependencies for ReadtheDocs
1 parent 3b1ed73 commit 894ff16

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ python:
99
# Just the HTML and indexing
1010
formats:
1111
- 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)