Skip to content

Commit 36b9d46

Browse files
committed
trying to pin dependencies to fix compile error for v4r3
1 parent d5ad39a commit 36b9d46

2 files changed

Lines changed: 50 additions & 5 deletions

File tree

.readthedocs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.7"
12+
python: "3.10"
1313
# You can also specify other tool versions:
1414
# nodejs: "19"
1515
# rust: "1.64"
@@ -19,9 +19,9 @@ build:
1919
sphinx:
2020
configuration: doc/conf.py
2121

22-
# # If using Sphinx, optionally build your docs in additional formats such as PDF
23-
# formats:
24-
# - pdf
22+
# If using Sphinx, optionally build your docs in additional formats such as PDF
23+
formats:
24+
- pdf
2525

2626
# Optionally declare the Python requirements required to build your docs
2727
python:

requirements.txt

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
1-
sphinx
1+
# removed ian 2023-05-08 sphinx
22
sphinx_rtd_theme
33
cloud_sptheme
44
nbsphinx
55
ipykernel
6+
# added ian 2023-05-08
7+
alabaster==0.7.12
8+
# via sphinx
9+
babel==2.11.0
10+
# via sphinx
11+
certifi==2022.12.7
12+
# via requests
13+
charset-normalizer==2.1.1
14+
# via requests
15+
docutils==0.19
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.1
24+
# via jinja2
25+
packaging==22.0
26+
# via sphinx
27+
pygments==2.13.0
28+
# via sphinx
29+
pytz==2022.7
30+
# via babel
31+
requests==2.28.1
32+
# via sphinx
33+
snowballstemmer==2.2.0
34+
# via sphinx
35+
sphinx==5.3.0
36+
# via -r docs.in
37+
sphinxcontrib-applehelp==1.0.2
38+
# via sphinx
39+
sphinxcontrib-devhelp==1.0.2
40+
# via sphinx
41+
sphinxcontrib-htmlhelp==2.0.0
42+
# via sphinx
43+
sphinxcontrib-jsmath==1.0.1
44+
# via sphinx
45+
sphinxcontrib-qthelp==1.0.3
46+
# via sphinx
47+
sphinxcontrib-serializinghtml==1.1.5
48+
# via sphinx
49+
urllib3==1.26.13
50+
# via requests

0 commit comments

Comments
 (0)