There was an error while loading. Please reload this page.
1 parent 00379db commit 5f5e456Copy full SHA for 5f5e456
.readthedocs.yml
@@ -1,2 +1,10 @@
1
+# .readthedocs.yml
2
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+version: 2
6
7
python:
8
version: 3
9
+ install:
10
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1 @@
+sphinxcontrib-svg2pdfconverter
0 commit comments