Skip to content

Commit 3844b65

Browse files
author
Noah Gorny
committed
Add readthedocs configuration
1 parent 1228418 commit 3844b65

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.readthedocs.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
3+
sphinx:
4+
builder: htmldir
5+
configuration: docs/conf.py
6+
7+
python:
8+
version: 3.7
9+
install:
10+
- requirements: docs/requirements.txt

docs/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx == 3.2.1
2+
sphinx-rtd-theme==0.5.0

0 commit comments

Comments
 (0)