We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171789a commit ca7aa4fCopy full SHA for ca7aa4f
docs/requirements.txt
@@ -2,7 +2,6 @@ matplotlib
2
numpy
3
sphinx-copybutton
4
sphinx-gallery
5
-sphinx_design
6
sphinx===5.0.0
7
Jinja2==3.1.2
8
sphinx-autodoc-typehints
@@ -12,6 +11,7 @@ sphinxcontrib-htmlhelp
12
11
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
13
myst-parser
14
docutils
+sphinx_design
15
16
torchvision
17
dm_control
docs/source/conf.py
@@ -69,7 +69,7 @@
69
"sphinx_gallery.gen_gallery",
70
"sphinxcontrib.aafig",
71
"myst_parser",
72
- 'sphinx_design'
+ "sphinx_design",
73
]
74
75
intersphinx_mapping = {
0 commit comments