Skip to content

Commit 6f5f14a

Browse files
authored
Merge pull request #385 from glotzerlab/reproducible-doc-builds
Make the sphinx doc build more reproducible.
2 parents f3ff229 + 2ea9c41 commit 6f5f14a

File tree

3 files changed

+62
-2
lines changed

3 files changed

+62
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.11"
6+
python: "3.12"
77

88
sphinx:
99
configuration: doc/conf.py

doc/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
furo==2024.1.29

doc/requirements.txt

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,60 @@
1-
furo
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile requirements.in
6+
#
7+
alabaster==0.7.16
8+
# via sphinx
9+
babel==2.14.0
10+
# via sphinx
11+
beautifulsoup4==4.12.3
12+
# via furo
13+
certifi==2024.2.2
14+
# via requests
15+
charset-normalizer==3.3.2
16+
# via requests
17+
docutils==0.21.2
18+
# via sphinx
19+
furo==2024.1.29
20+
# via -r requirements.in
21+
idna==3.7
22+
# via requests
23+
imagesize==1.4.1
24+
# via sphinx
25+
jinja2==3.1.3
26+
# via sphinx
27+
markupsafe==2.1.5
28+
# via jinja2
29+
packaging==24.0
30+
# via sphinx
31+
pygments==2.17.2
32+
# via
33+
# furo
34+
# sphinx
35+
requests==2.31.0
36+
# via sphinx
37+
snowballstemmer==2.2.0
38+
# via sphinx
39+
soupsieve==2.5
40+
# via beautifulsoup4
41+
sphinx==7.3.7
42+
# via
43+
# furo
44+
# sphinx-basic-ng
45+
sphinx-basic-ng==1.0.0b2
46+
# via furo
47+
sphinxcontrib-applehelp==1.0.8
48+
# via sphinx
49+
sphinxcontrib-devhelp==1.0.6
50+
# via sphinx
51+
sphinxcontrib-htmlhelp==2.0.5
52+
# via sphinx
53+
sphinxcontrib-jsmath==1.0.1
54+
# via sphinx
55+
sphinxcontrib-qthelp==1.0.7
56+
# via sphinx
57+
sphinxcontrib-serializinghtml==1.1.10
58+
# via sphinx
59+
urllib3==2.2.1
60+
# via requests

0 commit comments

Comments
 (0)