Skip to content

Commit 6d61c8c

Browse files
committed
Add a setup for readthedocs.
1 parent 9011fcd commit 6d61c8c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.readthedocs.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
3+
# Build from the docs/ directory with Sphinx
4+
sphinx:
5+
configuration: docs/conf.py
6+
7+
# Explicitly set the version of Python and its requirements
8+
python:
9+
version: 3.7
10+
install:
11+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Sphinx==4.2.0
2+
sphinx_rtd_theme==1.0.0
3+
docutils==0.16
4+
readthedocs-sphinx-search==0.1.0

0 commit comments

Comments
 (0)