Skip to content

Commit 45f20fa

Browse files
authored
Updated rtd conf (#400)
* Updated rtd configuration * Added doc requirements file * Updated dev requirements file
1 parent f1d46fc commit 45f20fa

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.readthedocs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
version: 2
22
build:
3+
os: ubuntu-24.04
4+
tools:
5+
python: "3"
36
apt_packages:
47
- cmake
58
- openssl
9+
sphinx:
10+
configuration: doc/conf.py
611
python:
712
install:
13+
- requirements: doc/requirements.txt
814
- method: pip
915
path: .

doc/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
sphinx_rtd_theme

requirements_dev.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
coverage
22
codecov
33
flake8
4-
sphinx
5-
sphinx_rtd_theme
64
pytest
75
pytest-cov
86
pytest-rerunfailures
97
jinja2
108
pre-commit
9+
-r doc/requirements.txt
1110
-r requirements.txt
1211
-e .

0 commit comments

Comments
 (0)