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 760911c commit 047afe0Copy full SHA for 047afe0
1 file changed
.readthedocs.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+
3
+# Build all formats
4
+formats:
5
+ - epub
6
7
+python:
8
+ version: 3.8
9
+ install:
10
+ - requirements: requirements-test.txt
11
+ - method: pip
12
+ path: .
13
+ system_packages: true
0 commit comments