Skip to content

Commit cafe68e

Browse files
authored
Update sphinx_rtd_theme (Azure#22197)
1 parent 6427bf8 commit cafe68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/tox/tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# This tox file is intended for use with any generic development feed. The only requirement is that the development feed
33
# contain azure* prefixed packages. It does this by assuming that `PIP_INDEX_URL` environment variable is set to target the dev feed
4-
# specifically. Notice that in the [testenv] config, we explicitly set PIP_EXTRA_INDEX_URL to pypi.
4+
# specifically. Notice that in the [testenv] config, we explicitly set PIP_EXTRA_INDEX_URL to pypi.
55

66
# In all cases, whenever we install an azure-* package from a requirement (read: not a specific file), the only source will be from the dev feed.
77
# once we've downloaded these dependencies, only then do we install other packages from pypi.
@@ -150,7 +150,7 @@ passenv = *
150150
deps =
151151
{[base]deps}
152152
sphinx==3.5.4
153-
sphinx_rtd_theme==0.5.0
153+
sphinx_rtd_theme==1.0.0
154154
recommonmark==0.6.0
155155
mistune<2.0.0
156156
m2r==0.2.1

0 commit comments

Comments
 (0)