Skip to content

Commit 872823f

Browse files
committed
Add requirements files
1 parent df47c64 commit 872823f

File tree

3 files changed

+60
-3
lines changed

3 files changed

+60
-3
lines changed

.readthedocs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ sphinx:
3030
# Optional but recommended, declare the Python requirements required
3131
# to build your documentation
3232
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33-
# python:
34-
# install:
35-
# - requirements: docs/requirements.txt
33+
python:
34+
install:
35+
- requirements: requirements.txt

requirements.in

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

requirements.txt

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile --strip-extras requirements.in
6+
#
7+
alabaster==0.7.16
8+
# via sphinx
9+
babel==2.14.0
10+
# via sphinx
11+
certifi==2023.11.17
12+
# via requests
13+
charset-normalizer==3.3.2
14+
# via requests
15+
docutils==0.20.1
16+
# via
17+
# sphinx
18+
# sphinx-rtd-theme
19+
idna==3.6
20+
# via requests
21+
imagesize==1.4.1
22+
# via sphinx
23+
jinja2==3.1.3
24+
# via sphinx
25+
markupsafe==2.1.3
26+
# via jinja2
27+
packaging==23.2
28+
# via sphinx
29+
pygments==2.17.2
30+
# via sphinx
31+
requests==2.31.0
32+
# via sphinx
33+
snowballstemmer==2.2.0
34+
# via sphinx
35+
sphinx==7.2.6
36+
# via
37+
# sphinx-rtd-theme
38+
# sphinxcontrib-jquery
39+
sphinx-rtd-theme==2.0.0
40+
# via -r requirements.in
41+
sphinxcontrib-applehelp==1.0.8
42+
# via sphinx
43+
sphinxcontrib-devhelp==1.0.6
44+
# via sphinx
45+
sphinxcontrib-htmlhelp==2.0.5
46+
# via sphinx
47+
sphinxcontrib-jquery==4.1
48+
# via sphinx-rtd-theme
49+
sphinxcontrib-jsmath==1.0.1
50+
# via sphinx
51+
sphinxcontrib-qthelp==1.0.7
52+
# via sphinx
53+
sphinxcontrib-serializinghtml==1.1.10
54+
# via sphinx
55+
urllib3==2.1.0
56+
# via requests

0 commit comments

Comments
 (0)