Skip to content

Commit 9d52165

Browse files
committed
pin docs build
1 parent 00cc5d2 commit 9d52165

File tree

4 files changed

+78
-3
lines changed

4 files changed

+78
-3
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
build:
3+
os: ubuntu-22.04
4+
tools:
5+
python: "3.11"
6+
python:
7+
install:
8+
- requirements: requirements/docs.txt
9+
- method: pip
10+
path: .
11+
sphinx:
12+
builder: dirhtml
13+
fail_on_warning: true

docs/requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

requirements/docs.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Sphinx
2+
Pallets-Sphinx-Themes
3+
sphinx-issues

requirements/docs.txt

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile requirements/docs.in
6+
#
7+
alabaster==0.7.13
8+
# via sphinx
9+
babel==2.12.1
10+
# via sphinx
11+
certifi==2023.7.22
12+
# via requests
13+
charset-normalizer==3.2.0
14+
# via requests
15+
docutils==0.20.1
16+
# via sphinx
17+
idna==3.4
18+
# via requests
19+
imagesize==1.4.1
20+
# via sphinx
21+
jinja2==3.1.2
22+
# via sphinx
23+
markupsafe==2.1.3
24+
# via jinja2
25+
packaging==23.1
26+
# via
27+
# pallets-sphinx-themes
28+
# sphinx
29+
pallets-sphinx-themes==2.1.1
30+
# via -r requirements/docs.in
31+
pygments==2.16.1
32+
# via sphinx
33+
requests==2.31.0
34+
# via sphinx
35+
snowballstemmer==2.2.0
36+
# via sphinx
37+
sphinx==7.2.5
38+
# via
39+
# -r requirements/docs.in
40+
# pallets-sphinx-themes
41+
# sphinx-issues
42+
# sphinxcontrib-applehelp
43+
# sphinxcontrib-devhelp
44+
# sphinxcontrib-htmlhelp
45+
# sphinxcontrib-qthelp
46+
# sphinxcontrib-serializinghtml
47+
sphinx-issues==3.0.1
48+
# via -r requirements/docs.in
49+
sphinxcontrib-applehelp==1.0.7
50+
# via sphinx
51+
sphinxcontrib-devhelp==1.0.5
52+
# via sphinx
53+
sphinxcontrib-htmlhelp==2.0.4
54+
# via sphinx
55+
sphinxcontrib-jsmath==1.0.1
56+
# via sphinx
57+
sphinxcontrib-qthelp==1.0.6
58+
# via sphinx
59+
sphinxcontrib-serializinghtml==1.1.9
60+
# via sphinx
61+
urllib3==2.0.4
62+
# via requests

0 commit comments

Comments
 (0)