Skip to content

Commit 34c28a5

Browse files
committed
Adding Sphinx requirements.txt.
1 parent e8c247d commit 34c28a5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/requirements.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sphinx==7.2.6
2+
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@pytorch_sphinx_theme2#egg=pytorch_sphinx_theme2
3+
sphinxcontrib.katex==0.9.10
4+
breathe==4.34.0 # only if generating C++
5+
exhale==0.2.3 # only if generating C++ docs
6+
docutils==>=0.18.1,<0.21
7+
sphinx-design==0.6.1
8+
sphinxcontrib-mermaid==1.0.0
9+
myst-parser==0.18.1 # if want to contribute in markdown
10+
sphinx-gallery==0.14.0 # only if hosting interactive tutorials
11+
sphinx-sitemap==2.7.1

0 commit comments

Comments
 (0)