We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d46fc commit 45f20faCopy full SHA for 45f20fa
.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,12 +1,11 @@
coverage
codecov
flake8
-sphinx
-sphinx_rtd_theme
pytest
pytest-cov
pytest-rerunfailures
jinja2
pre-commit
+-r doc/requirements.txt
-r requirements.txt
-e .
0 commit comments