We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9234f5 commit 27a4011Copy full SHA for 27a4011
readthedocs.yml renamed to .readthedocs.yaml
@@ -1,7 +1,8 @@
1
version: 2
2
3
-conda:
4
- environment: sphinx-doc/environment.yml
+python:
+ install:
5
+ - requirements: sphinx-doc/requirements.txt
6
7
sphinx:
8
configuration: sphinx-doc/conf.py
@@ -11,9 +12,9 @@ formats:
11
12
- htmlzip
13
14
build:
- os: ubuntu-20.04
15
+ os: ubuntu-22.04
16
tools:
- python: mambaforge-4.10
17
+ python: "3.11"
18
19
submodules:
20
include: all
sphinx-doc/environment.yml
sphinx-doc/requirements.txt
@@ -0,0 +1,10 @@
+h5py
+ipython
+ipython_genutils
+nbconvert
+nbsphinx
+numpy
+pandoc
+sphinx>=4.3.0
9
+sphinx-rtd-theme>=0.5.1
10
+tornado
0 commit comments