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 4d8c538 commit afd8ab8Copy full SHA for afd8ab8
.readthedocs.yml
@@ -14,6 +14,10 @@ sphinx:
14
# Optionally build your docs in additional formats such as PDF and ePub
15
formats: []
16
17
+python:
18
+ install:
19
+ - requirements: docs/requirements.txt
20
+
21
submodules:
22
include:
23
- LSL/liblsl
docs/requirements.txt
@@ -0,0 +1 @@
1
+sphinx-rtd-theme==2.0.0
0 commit comments