Skip to content

Commit ca7aa4f

Browse files
committed
amend
1 parent 171789a commit ca7aa4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ matplotlib
22
numpy
33
sphinx-copybutton
44
sphinx-gallery
5-
sphinx_design
65
sphinx===5.0.0
76
Jinja2==3.1.2
87
sphinx-autodoc-typehints
@@ -12,6 +11,7 @@ sphinxcontrib-htmlhelp
1211
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
1312
myst-parser
1413
docutils
14+
sphinx_design
1515

1616
torchvision
1717
dm_control

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"sphinx_gallery.gen_gallery",
7070
"sphinxcontrib.aafig",
7171
"myst_parser",
72-
'sphinx_design'
72+
"sphinx_design",
7373
]
7474

7575
intersphinx_mapping = {

0 commit comments

Comments
 (0)