Commits

Darrell Schiebel authored cc2d97d3cd5
add branding decorations #2

sphinx.txt

Added
1 +################################################
2 +# minimal set of packages needed by sphinx to build documentation
3 +# since mock imports doesnt work with automodapi, and some ngcasa modules import things
4 +# at the top level, additional packages (numba, dask, scipy etc) are needed right now
5 +# that will slow down readthedocs
6 +################################################
7 +alabaster==0.7.12
8 +argon2-cffi==20.1.0
9 +astroid==2.4.2
10 +async-generator==1.10
11 +attrs==20.2.0
12 +Babel==2.8.0
13 +backcall==0.2.0
14 +bleach==3.3.0
15 +certifi==2020.6.20
16 +cffi==1.14.3
17 +chardet==3.0.4
18 +commonmark==0.9.1
19 +decorator==4.4.2
20 +defusedxml==0.6.0
21 +docutils==0.16
22 +entrypoints==0.3
23 +idna==2.10
24 +imagesize==1.2.0
25 +importlib-metadata==2.0.0
26 +ipykernel==5.3.4
27 +ipython==7.16.1
28 +ipython-genutils==0.2.0
29 +ipywidgets==7.5.1
30 +jedi==0.17.2
31 +Jinja2==2.11.3
32 +jsonschema==3.2.0
33 +jupyter==1.0.0
34 +jupyter-client==6.1.7
35 +jupyter-console==6.2.0
36 +jupyter-core==4.6.3
37 +jupyterlab-pygments==0.1.2
38 +lazy-object-proxy==1.4.3
39 +MarkupSafe==1.1.1
40 +mistune==0.8.4
41 +nbclient==0.5.3
42 +nbconvert==6.0.7
43 +nbformat==5.1.3
44 +nbsphinx==0.8.3
45 +nest-asyncio==1.4.2
46 +notebook==6.4.1
47 +packaging==20.4
48 +pandocfilters==1.4.3
49 +parso==0.7.1
50 +pexpect==4.8.0
51 +pickleshare==0.7.5
52 +prometheus-client==0.8.0
53 +prompt-toolkit==3.0.8
54 +ptyprocess==0.6.0
55 +pycparser==2.20
56 +Pygments==2.7.4
57 +pypandoc==1.5
58 +pyparsing==2.4.7
59 +pyrsistent==0.17.3
60 +python-dateutil==2.8.1
61 +pytz==2020.1
62 +PyYAML==5.4
63 +pyzmq==19.0.2
64 +qtconsole==4.7.7
65 +QtPy==1.9.0
66 +recommonmark==0.6.0
67 +requests==2.24.0
68 +Send2Trash==1.5.0
69 +six==1.15.0
70 +snowballstemmer==2.0.0
71 +Sphinx==3.5.4
72 +sphinx-autoapi==1.8.0
73 +sphinx-automodapi==0.13
74 +sphinx-rtd-theme==0.5.0
75 +sphinxcontrib-applehelp==1.0.2
76 +sphinxcontrib-devhelp==1.0.2
77 +sphinxcontrib-htmlhelp==1.0.3
78 +sphinxcontrib-jsmath==1.0.1
79 +sphinxcontrib-qthelp==1.0.3
80 +sphinxcontrib-serializinghtml==1.1.4
81 +sphinxcontrib-svg2pdfconverter==1.1.0
82 +terminado==0.9.1
83 +testpath==0.4.4
84 +tornado==6.1
85 +traitlets==4.3.3
86 +typed-ast==1.4.1
87 +Unidecode==1.1.1
88 +urllib3==1.25.11
89 +wcwidth==0.2.5
90 +webencodings==0.5.1
91 +widgetsnbextension==3.5.1
92 +wrapt==1.12.1
93 +zipp==3.4.0

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut