Skip to content

Commit 466a43d

Browse files
authored
Merge pull request jxmorris12#131 from mdevolde/readthedocs
feat (docs): added conf file for readthedocs, and a requirements.txt for it
2 parents d1f32b1 + a29f97f commit 466a43d

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-latest
8+
tools:
9+
python: "3.13"
10+
11+
sphinx:
12+
configuration: docs/source/conf.py
13+
14+
python:
15+
install:
16+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv export --format requirements-txt --no-hashes --group docs -o docs/requirements.txt
3+
-e .
4+
accessible-pygments==0.0.5
5+
alabaster==0.7.16 ; python_full_version < '3.10'
6+
alabaster==1.0.0 ; python_full_version >= '3.10'
7+
babel==2.17.0
8+
beautifulsoup4==4.14.2
9+
certifi==2025.11.12
10+
charset-normalizer==3.4.4
11+
colorama==0.4.6 ; sys_platform == 'win32'
12+
docutils==0.21.2
13+
furo==2025.9.25
14+
idna==3.11
15+
imagesize==1.4.1
16+
importlib-metadata==8.7.0 ; python_full_version < '3.10'
17+
jinja2==3.1.6
18+
markupsafe==3.0.3
19+
packaging==25.0
20+
psutil==7.1.3
21+
pygments==2.19.2
22+
requests==2.32.5
23+
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
24+
snowballstemmer==3.0.1
25+
soupsieve==2.8
26+
sphinx==7.4.7 ; python_full_version < '3.10'
27+
sphinx==8.1.3 ; python_full_version == '3.10.*'
28+
sphinx==8.2.3 ; python_full_version >= '3.11'
29+
sphinx-basic-ng==1.0.0b2
30+
sphinx-design==0.6.1
31+
sphinxcontrib-applehelp==2.0.0
32+
sphinxcontrib-devhelp==2.0.0
33+
sphinxcontrib-htmlhelp==2.1.0
34+
sphinxcontrib-jsmath==1.0.1
35+
sphinxcontrib-qthelp==2.0.0
36+
sphinxcontrib-serializinghtml==2.0.0
37+
toml==0.10.2
38+
tomli==2.3.0 ; python_full_version < '3.11'
39+
tqdm==4.67.1
40+
typing-extensions==4.15.0
41+
urllib3==2.5.0
42+
zipp==3.23.0 ; python_full_version < '3.10'

0 commit comments

Comments
 (0)