We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeceb2 commit 1bdea6eCopy full SHA for 1bdea6e
.readthedocs.yml
@@ -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
@@ -1,4 +1,4 @@
-sphinx>=2.4
+sphinx
IPython
pygments-mathematica
pybtex
@@ -7,7 +7,7 @@ furo
sphinxcontrib-bibtex
sphinxcontrib-youtube
sphinx-design
-sphinx-gallery==0.10.1
+sphinx-gallery
sphinx-copybutton
sphinx-hoverxref
-sphinx_tabs
+sphinx_tabs>=3.4.1
0 commit comments