Skip to content

Commit 2c5a998

Browse files
committedMay 25, 2022
Use a more recent version of Sphinx in order to build with the
extensions!
1 parent 8ce2c3b commit 2c5a998

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
 

‎.readthedocs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# required
2+
version: 2
3+
4+
# Build documentation in the doc/src directory with Sphinx
5+
sphinx:
6+
configuration: doc/src/conf.py
7+
8+
# declare Python requirements required to build docs
9+
python:
10+
version: 3.10
11+
install:
12+
- requirements: doc/requirements.txt

‎doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx==4.1.2

0 commit comments

Comments
 (0)