Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit a21eb0c

Browse files
committed
try pinning sphinx
1 parent 9405254 commit a21eb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ steps:
3636
python -m pip install --upgrade pip setuptools wheel virtualenv
3737
virtualenv /tmp/docs_build
3838
source /tmp/docs_build/bin/activate
39-
pip install -U qiskit jupyter sphinx nbsphinx sphinx_rtd_theme
39+
pip install -U qiskit jupyter sphinx==3.0.4 nbsphinx sphinx_rtd_theme
4040
pip install -U qiskit-terra[visualization] cvxpy
4141
sudo apt-get install -y pandoc graphviz
4242
displayName: 'Install dependencies'

0 commit comments

Comments
 (0)