Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jan 26, 2024
1 parent 73b8e8f commit 01ac546
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on: [push, pull_request, workflow_dispatch]

permissions:
contents: write

# pip install "scipy==0.11.0" qutip qutip_qip

jobs:
docs:
Expand All @@ -16,9 +18,8 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb
pip install numpy
pip install "scipy==0.11.0" pennylane==0.33.1 pennylane-lightning==0.33.1
pip install sympy qiskit-terra qiskit-aer matplotlib pylatexenc cirq qutip qutip_qip
pip install pennylane==0.33.1 pennylane-lightning==0.33.1
pip install sympy qiskit-terra qiskit-aer matplotlib pylatexenc cirq
python setup.py install
- name: Sphinx build
run: |
Expand Down
5 changes: 3 additions & 2 deletions docs/source/exporter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,9 @@
}
],
"source": [
"qc = hello_world.export(\"qutip\")\n",
"qc.gates"
"# Disabled on docs for a depencency problem\n",
"#qc = hello_world.export(\"qutip\")\n",
"#qc.gates"
]
}
],
Expand Down

0 comments on commit 01ac546

Please sign in to comment.