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 3f3b8d0Copy full SHA for 3f3b8d0
.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<4
IPython
pygments-mathematica
pybtex
0 commit comments