Skip to content

Commit 3f3b8d0

Browse files
committed
fix readthedocs build
1 parent 1eeceb2 commit 3f3b8d0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.readthedocs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
submodules:
4+
include: all
5+
recursive: true
6+
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.10"
11+
12+
sphinx:
13+
configuration: docs/conf.py
14+
15+
python:
16+
install:
17+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx>=2.4
1+
sphinx<4
22
IPython
33
pygments-mathematica
44
pybtex

0 commit comments

Comments
 (0)