Skip to content

Commit 5f3e3d7

Browse files
authored
Docs configuration (#94)
* Updated docs cfg * Updated requirements and docs requirements
1 parent c8848cc commit 5f3e3d7

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,7 +1,6 @@
11
cython
22
flake8
33
jinja2
4-
sphinx
5-
sphinx_rtd_theme
64
pytest
75
pytest-rerunfailures
6+
-r doc/requirements.txt

0 commit comments

Comments
 (0)