File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 = *
150150deps =
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
You can’t perform that action at this time.
0 commit comments