File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 inputs :
1313 versionSpec : ' >=3.6'
1414
15- - script : python -m pip install sphinx==1.8.2 blurb python-docs-theme
15+ - script : python -m pip install sphinx==2.0.1 blurb python-docs-theme
1616 displayName : ' Install build dependencies'
1717
1818- ${{ if ne(parameters.latex, 'true') }} :
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ matrix:
5555 # Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
5656 # (Updating the version is fine as long as no warnings are raised by doing so.)
5757 # The theme used by the docs is stored separately, so we need to install that as well.
58- - python -m pip install sphinx==1.8.2 blurb python-docs-theme
58+ - python -m pip install sphinx==2.0.1 blurb python-docs-theme
5959 script :
6060 - make check suspicious html SPHINXOPTS="-q -W -j4"
6161 - name : " Documentation tests"
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ clean:
133133venv :
134134 $(PYTHON ) -m venv $(VENVDIR )
135135 $(VENVDIR ) /bin/python3 -m pip install -U pip setuptools
136- $(VENVDIR ) /bin/python3 -m pip install -U Sphinx blurb python-docs-theme
136+ $(VENVDIR ) /bin/python3 -m pip install -U Sphinx==2.0.1 blurb python-docs-theme
137137 @echo " The venv has been created in the $( VENVDIR) directory"
138138
139139dist :
You can’t perform that action at this time.
0 commit comments