Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd105d1

Browse filesBrowse files
authored
Merge pull request #13206 from mattip/pin-sphinx
BUILD: pin sphinx to 1.8.5
2 parents 39f0dbf + 4397270 commit fd105d1
Copy full SHA for fd105d1

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
command: |
2121
python3 -m venv venv
2222
. venv/bin/activate
23-
pip install cython sphinx>=1.8.3 matplotlib
23+
pip install cython sphinx==1.8.5 matplotlib
2424
sudo apt-get update
2525
sudo apt-get install -y graphviz texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-generic-extra latexmk texlive-xetex
2626

‎azure-pipelines.yml

Copy file name to clipboardExpand all lines: azure-pipelines.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
displayName: 'install pre-built openblas'
8282
- script: python -m pip install --upgrade pip setuptools wheel
8383
displayName: 'Install tools'
84-
- script: python -m pip install cython nose pytz pytest pickle5 vulture docutils sphinx>=1.8.3 numpydoc matplotlib
84+
- script: python -m pip install cython nose pytz pytest pickle5 vulture docutils sphinx==1.8.5 numpydoc matplotlib
8585
displayName: 'Install dependencies; some are optional to avoid test skips'
8686
- script: /bin/bash -c "! vulture . --min-confidence 100 --exclude doc/,numpy/distutils/ | grep 'unreachable'"
8787
displayName: 'Check for unreachable code paths in Python modules'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.