Skip to content

Commit b7b9b9b

Browse files
committed
Add readthedocs configuration
1 parent a1a35d9 commit b7b9b9b

3 files changed

Lines changed: 73 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
build:
3+
os: ubuntu-24.04
4+
tools:
5+
python: "3.13"
6+
7+
sphinx:
8+
configuration: doc/conf.py
9+
10+
python:
11+
install:
12+
- requirements: doc/requirements.txt

doc/requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx==8.2.3
2+
sphinx_rtd_theme==3.0.2

doc/requirements.txt

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.13
3+
# by the following command:
4+
#
5+
# pip-compile
6+
#
7+
alabaster==1.0.0
8+
# via sphinx
9+
babel==2.17.0
10+
# via sphinx
11+
certifi==2025.11.12
12+
# via requests
13+
charset-normalizer==3.4.4
14+
# via requests
15+
docutils==0.21.2
16+
# via
17+
# sphinx
18+
# sphinx-rtd-theme
19+
idna==3.11
20+
# via requests
21+
imagesize==1.4.1
22+
# via sphinx
23+
jinja2==3.1.6
24+
# via sphinx
25+
markupsafe==3.0.3
26+
# via jinja2
27+
packaging==25.0
28+
# via sphinx
29+
pygments==2.19.2
30+
# via sphinx
31+
requests==2.32.5
32+
# via sphinx
33+
roman-numerals-py==3.1.0
34+
# via sphinx
35+
snowballstemmer==3.0.1
36+
# via sphinx
37+
sphinx==8.2.3
38+
# via
39+
# -r requirements.in
40+
# sphinx-rtd-theme
41+
# sphinxcontrib-jquery
42+
sphinx-rtd-theme==3.0.2
43+
# via -r requirements.in
44+
sphinxcontrib-applehelp==2.0.0
45+
# via sphinx
46+
sphinxcontrib-devhelp==2.0.0
47+
# via sphinx
48+
sphinxcontrib-htmlhelp==2.1.0
49+
# via sphinx
50+
sphinxcontrib-jquery==4.1
51+
# via sphinx-rtd-theme
52+
sphinxcontrib-jsmath==1.0.1
53+
# via sphinx
54+
sphinxcontrib-qthelp==2.0.0
55+
# via sphinx
56+
sphinxcontrib-serializinghtml==2.0.0
57+
# via sphinx
58+
urllib3==2.5.0
59+
# via requests

0 commit comments

Comments
 (0)