Skip to content

Commit 1202a9b

Browse files
committed
pin docs packges versions
1 parent cc64d22 commit 1202a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: '3.11'
1818
- name: Install dependencies
1919
run: |
20-
pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb
20+
pip install sphinx==7.3.7 sphinx_rtd_theme==2.0.0 sphinx_rtd_dark_mode==1.3.0 myst_nb==1.1.0 referencing==0.31.1
2121
pip install pennylane==0.33.1 pennylane-lightning==0.33.1
2222
pip install sympy qiskit[visualization] qiskit-aer matplotlib pylatexenc cirq pyqubo
2323
python setup.py install

0 commit comments

Comments
 (0)