Skip to content

Commit

Permalink
fix deps for doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Nov 24, 2023
1 parent f629021 commit f5eecbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_nb
pip install sympy qiskit-terra qiskit-aer matplotlib
pip install sympy qiskit-terra qiskit-aer matplotlib pylatexenc
python setup.py install
- name: Sphinx build
run: |
Expand Down
7 changes: 5 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
- [x] Documentation

### Week 2: (27 Nov 23)

- [ ] Move all examples to doc
- [ ] Improve documentation
- [ ] First stable release

### Week 3: (4 Dec 23)
### Week 4: (11 Dec 23)

Expand All @@ -114,8 +119,6 @@

### Week 4: (8 Jan 24)

- [ ] First stable release




Expand Down

0 comments on commit f5eecbe

Please sign in to comment.