Skip to content

Commit 91a3db1

Browse files
committed
Add readthedocs conf
1 parent e1885fa commit 91a3db1

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
build:
3+
os: ubuntu-22.04
4+
tools:
5+
python: "3.11"
6+
# You can also specify other tool versions:
7+
# nodejs: "16"
8+
9+
# Build documentation with Mkdocs
10+
mkdocs:
11+
configuration: mkdocs.yml
12+
13+
# Dependencies required to build your docs
14+
python:
15+
install:
16+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
babel==2.17.0
2+
certifi==2025.1.31
3+
charset-normalizer==3.4.1
4+
click==8.1.8
5+
colorama==0.4.6
6+
ghp-import==2.1.0
7+
griffe==1.5.7
8+
idna==3.10
9+
Jinja2==3.1.5
10+
Markdown==3.7
11+
MarkupSafe==3.0.2
12+
mergedeep==1.3.4
13+
mkdocs==1.6.1
14+
mkdocs-autorefs==1.3.1
15+
mkdocs-get-deps==0.2.0
16+
mkdocs-material==9.6.4
17+
mkdocs-material-extensions==1.3.1
18+
mkdocstrings==0.28.1
19+
mkdocstrings-python==1.15.0
20+
packaging==24.2
21+
paginate==0.5.7
22+
pathspec==0.12.1
23+
platformdirs==4.3.6
24+
Pygments==2.19.1
25+
pymdown-extensions==10.14.3
26+
python-dateutil==2.9.0.post0
27+
PyYAML==6.0.2
28+
pyyaml_env_tag==0.1
29+
regex==2024.11.6
30+
requests==2.32.3
31+
six==1.17.0
32+
urllib3==2.3.0
33+
watchdog==6.0.0

0 commit comments

Comments
 (0)