forked from casangi/xradio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsphinx.txt
28 lines (28 loc) · 858 Bytes
/
sphinx.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
################################################
# minimal set of packages needed by sphinx to build documentation
# since mock imports doesnt work with automodapi, and some ngcasa modules import things
# at the top level, additional packages (numba, dask, scipy etc) are needed right now
# that will slow down readthedocs
################################################
Sphinx==7.2.6
sphinx-autoapi==3.0.0
sphinx_adc_theme==0.1.7
sphinx-rtd-theme==2.0.0
sphinx-autosummary-accessors==2023.4.0
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
ipykernel==6.25.2
ipympl==0.9.3
ipython==8.16.1
jupyter-client==8.4.0
nbsphinx==0.9.3
recommonmark==0.7.1
scanpydoc==0.9.5
twine==4.0.2
pandoc==2.3
xradio