Skip to content

Commit fde9ec7

Browse files
ReadTheDocs requires configuration so make it happy.
1 parent 45118e0 commit fde9ec7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Diff for: .readthedocs.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: doc/src/conf.py
5+
6+
python:
7+
version: 3.9
8+
install:
9+
- requirements: doc/requirements.txt

Diff for: doc/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx==3.4.3
2+
sphinx_rtd_theme==0.5.1

0 commit comments

Comments
 (0)