File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# This tox file is intended for use with any generic development feed. The only requirement is that the development feed
3
3
# 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.
5
5
6
6
# 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.
7
7
# once we've downloaded these dependencies, only then do we install other packages from pypi.
@@ -150,7 +150,7 @@ passenv = *
150
150
deps =
151
151
{[base]deps}
152
152
sphinx ==3.5.4
153
- sphinx_rtd_theme ==0.5 .0
153
+ sphinx_rtd_theme ==1.0 .0
154
154
recommonmark ==0.6.0
155
155
mistune<2.0.0
156
156
m2r ==0.2.1
You can’t perform that action at this time.
0 commit comments