|
1 | | -Sphinx==4.1.2 |
2 | | -sphinx-autobuild==2021.3.14 |
3 | | -myst-nb==0.17.2 # this version is fine in python 3.9 and avoids pulling in multiple nbformat packages |
4 | | -myst-parser==0.18.0 |
| 1 | +Sphinx>=4.5.0 |
| 2 | +sphinx-autobuild |
| 3 | +myst-nb>=0.17.2 # this version is fine in python 3.9 and avoids pulling in multiple nbformat packages |
| 4 | +myst-parser>=0.18.0 |
5 | 5 | lxml_html_clean # needed by myst-nb |
6 | | -linkify-it-py==1.0.1 # https://myst-parser.readthedocs.io/en/latest/syntax/optional.html?highlight=linkify#linkify |
7 | | -sphinx-togglebutton==0.2.3 |
8 | | -sphinx-copybutton==0.4.0 |
9 | | -sphinxcontrib-bibtex<2.0.0 # https://github.com/executablebooks/jupyter-book/issues/1137 |
10 | | -sphinxcontrib-spelling==7.2.1 # https://sphinxcontrib-spelling.readthedocs.io/en/latest/index.html |
11 | | -sphinx-thebe==0.0.10 |
12 | | -sphinx-panels==0.6.0 |
13 | | -ablog==0.10.19 |
14 | | -docutils==0.16 # 0.17 causes error. https://github.com/executablebooks/MyST-Parser/issues/343 |
15 | | -pydata_sphinx_theme==0.6.3 |
16 | | -sphinxemoji==0.1.8 |
| 6 | +linkify-it-py>=1.0.1 # https://myst-parser.readthedocs.io/en/latest/syntax/optional.html?highlight=linkify#linkify |
| 7 | +sphinx-togglebutton |
| 8 | +sphinx-copybutton |
| 9 | +sphinxcontrib-bibtex>=2.4.1 # Version 2.4.1+ supports Python 3.10 |
| 10 | +sphinxcontrib-spelling # https://sphinxcontrib-spelling.readthedocs.io/en/latest/index.html |
| 11 | +sphinx-thebe |
| 12 | +sphinx-panels |
| 13 | +ablog |
| 14 | +pydata_sphinx_theme>=0.13.0 |
| 15 | +sphinxemoji |
17 | 16 | torch>=1.12.0 |
18 | | -sphinx-autodoc-typehints==1.12.0 |
19 | | -sphinxcontrib-applehelp==1.0.2 |
20 | | -sphinxcontrib-devhelp==1.0.2 |
21 | | -sphinxcontrib-htmlhelp==2.0.0 |
22 | | -sphinxcontrib-jsmath==1.0.1 |
23 | | -sphinxcontrib-qthelp==1.0.3 |
24 | | -sphinxcontrib-serializinghtml==1.1.5 |
25 | | -sphinxcontrib-mermaid==0.7.1 |
| 17 | +sphinx-autodoc-typehints |
| 18 | +sphinxcontrib-applehelp |
| 19 | +sphinxcontrib-devhelp |
| 20 | +sphinxcontrib-htmlhelp |
| 21 | +sphinxcontrib-jsmath |
| 22 | +sphinxcontrib-qthelp |
| 23 | +sphinxcontrib-serializinghtml |
| 24 | +sphinxcontrib-mermaid |
0 commit comments