We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8848cc commit 5f3e3d7Copy full SHA for 5f3e3d7
.readthedocs.yml
@@ -1,9 +1,15 @@
1
version: 2
2
build:
3
+ os: ubuntu-24.04
4
+ tools:
5
+ python: "3"
6
apt_packages:
7
- cmake
8
- openssl
9
+sphinx:
10
+ configuration: doc/conf.py
11
python:
12
install:
13
+ - requirements: doc/requirements.txt
14
- method: pip
15
path: .
doc/requirements.txt
@@ -0,0 +1,2 @@
+sphinx
+sphinx_rtd_theme
requirements_dev.txt
@@ -1,7 +1,6 @@
cython
flake8
jinja2
-sphinx
-sphinx_rtd_theme
pytest
pytest-rerunfailures
+-r doc/requirements.txt
0 commit comments