Skip to content

Commit 84661ad

Browse files
chore: Fix readthedocs builds (#190)
1 parent 186d939 commit 84661ad

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

.readthedocs.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Build documentation in the doc/ directory with Sphinx
9+
sphinx:
10+
configuration: doc/conf.py
11+
12+
# Don't need to build documentation for test vectors or any other
13+
# sub modules
14+
submodules:
15+
exclude: all
16+
17+
python:
18+
version: 3.8
19+
install:
20+
- requirements: doc/requirements.txt
21+
- method: setuptools
22+
path: .

doc/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx>=1.3.0
2-
sphinx_rtd_theme
1+
sphinx==4.2.0
2+
sphinx_rtd_theme==1.0.0

0 commit comments

Comments
 (0)