Skip to content

Commit 1bdea6e

Browse files
committed
fix readthedocs build
1 parent 1eeceb2 commit 1bdea6e

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx>=2.4
1+
sphinx
22
IPython
33
pygments-mathematica
44
pybtex
@@ -7,7 +7,7 @@ furo
77
sphinxcontrib-bibtex
88
sphinxcontrib-youtube
99
sphinx-design
10-
sphinx-gallery==0.10.1
10+
sphinx-gallery
1111
sphinx-copybutton
1212
sphinx-hoverxref
13-
sphinx_tabs
13+
sphinx_tabs>=3.4.1

0 commit comments

Comments
 (0)