We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc64d22 commit 1202a9bCopy full SHA for 1202a9b
.github/workflows/docs.yaml
@@ -17,7 +17,7 @@ jobs:
17
python-version: '3.11'
18
- name: Install dependencies
19
run: |
20
- pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb
+ 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
21
pip install pennylane==0.33.1 pennylane-lightning==0.33.1
22
pip install sympy qiskit[visualization] qiskit-aer matplotlib pylatexenc cirq pyqubo
23
python setup.py install
0 commit comments