Skip to content

Commit 5b2e251

Browse files
committed
finished hard coding version numbers for RTD
1 parent 36b9d46 commit 5b2e251

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

requirements.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# removed ian 2023-05-08 sphinx
2-
sphinx_rtd_theme
3-
cloud_sptheme
4-
nbsphinx
5-
ipykernel
2+
#sphinx_rtd_theme
3+
#cloud_sptheme
4+
#nbsphinx-0.9.1
5+
#ipykernel
6+
67
# added ian 2023-05-08
78
alabaster==0.7.12
89
# via sphinx
@@ -18,10 +19,14 @@ idna==3.4
1819
# via requests
1920
imagesize==1.4.1
2021
# via sphinx
22+
ipykernel==6.23.0
23+
# from readthedocs log file
2124
jinja2==3.1.2
2225
# via sphinx
2326
markupsafe==2.1.1
2427
# via jinja2
28+
nbsphinx==0.9.1
29+
# from readthedocs log file
2530
packaging==22.0
2631
# via sphinx
2732
pygments==2.13.0
@@ -46,5 +51,7 @@ sphinxcontrib-qthelp==1.0.3
4651
# via sphinx
4752
sphinxcontrib-serializinghtml==1.1.5
4853
# via sphinx
54+
sphinx-rtd-theme==0.4.3
55+
# from readthedocs log file
4956
urllib3==1.26.13
5057
# via requests

0 commit comments

Comments
 (0)