docs.txt 623 Bytes
Newer Older
1
sphinx==7.4.7
2
3
sphinx-argparse==0.5.2
sphinx-book-theme==1.1.4
4
sphinx-copybutton==0.5.2
5
sphinx-design==0.6.1
6
sphinx-togglebutton==0.3.2
7
myst-parser==3.0.1  # `myst-parser==4.0.1` breaks inline code in titles
8
msgspec
9
commonmark # Required by sphinx-argparse when using :markdownhelp:
10

11
12
13
14
# Custom autodoc2 is necessary for faster docstring processing
# see: https://github.com/sphinx-extensions2/sphinx-autodoc2/issues/33#issuecomment-2856386035
git+https://github.com/hmellor/sphinx-autodoc2.git # sphinx-autodoc2==0.5.0

15
# packages to install to build the documentation
16
cachetools
17
-f https://download.pytorch.org/whl/cpu
18
torch