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 2f7d8a0 commit 4d02e71Copy full SHA for 4d02e71
.readthedocs.yaml
@@ -1,10 +1,19 @@
1
-name: mybinder
2
-type: sphinx
3
-requirements_file: doc/doc-requirements.txt
+# Configuration on how ReadTheDocs (RTD) builds our documentation
+# ref: https://readthedocs.org/projects/mybinder/
+# ref: https://docs.readthedocs.io/en/stable/config-file/v2.html
4
+#
5
+version: 2
6
+
7
+build:
8
+ os: ubuntu-20.04
9
+ tools:
10
+ python: "3.9"
11
12
+sphinx:
13
+ configuration: doc/conf.py
14
15
+formats: []
16
17
python:
- version: 3
-formats:
- - htmlzip
- - epub
- # pdf disabled due to bug in sphinx 1.8 + recommonmark
- # - pdf
18
+ install:
19
+ - requirements: doc/doc-requirements.txt
0 commit comments