File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version: 2
99build :
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"
1919sphinx :
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
2727python :
Original file line number Diff line number Diff line change 1- sphinx
1+ # removed ian 2023-05-08 sphinx
22sphinx_rtd_theme
33cloud_sptheme
44nbsphinx
55ipykernel
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
You can’t perform that action at this time.
0 commit comments