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 9e6764c commit 921b8f7Copy full SHA for 921b8f7
.readthedocs.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+build:
3
+ image: latest
4
+python:
5
+ version: 3
6
+ install:
7
+ - requirements: doc/requirements.txt
8
+ system_packages: true
9
+formats:
10
+ - pdf
doc/requirements.txt
@@ -1,3 +1,3 @@
pa-ringbuffer
sphinx_rtd_theme
-sphinx
+sphinx>=2
0 commit comments