We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0727151 commit bd58dabCopy full SHA for bd58dab
.readthedocs.yaml
@@ -15,7 +15,4 @@ sphinx:
15
python:
16
install:
17
- requirements: requirements.txt
18
- - method: pip
19
- path: notebook
20
21
- path: myst-nb
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,6 @@
1
+sphinx==5.3.0
2
+sphinx_rtd_theme==1.1.1
3
+readthedocs-sphinx-search==0.3.2
4
+sphinxemoji
5
+notebook
6
+myst-nb
0 commit comments