-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements-doc.txt
28 lines (28 loc) · 937 Bytes
/
requirements-doc.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
# This requirements file should only include dependencies for documentations
Sphinx==5.3.0
# enable jinja syntax in reStructuredText
sphinx-jinja==2.0.2
# add copy button to code block
sphinx-copybutton==0.5.1
# add additional design pattern to sphinx
sphinx-design==0.5.0
# the sphinx theme
furo==2023.03.27
# add jupyter notebook in sphinx doc
nbsphinx==0.8.12
# generate reStructuredText in Python
rstobj==1.2.1
# syntax highlight
pygments==2.15.1
# iPython
ipython==8.10.0
# ipykernel
ipykernel==6.28.0
# automaticall generate .. toctree directives and API reference doc
docfly==2.0.3
# note: for furo-sphinx-search (https://github.com/harshil21/furo-sphinx-search)
# you have to manually do ``pip install -r requirements-furo-sphinx-search.txt``
# note: you need to install awscli to upload the documentation website to S3
# awscli has werid dependency issue, so we install it out side of poetry
# extra
pycryptodome>=3.18.0,<4.0.0