Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs requirements #594

Merged
merged 4 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@

### Documentation

* Update requirements to build the documentation.
[(#594)](https://github.com/PennyLaneAI/pennylane-lightning/pull/594)

### Bug fixes

### Contributors

This release contains contributions from (in alphabetical order):

Lee J. O'Riordan,
Shuli Shu
Amintor Dusko, Lee J. O'Riordan, Shuli Shu

---

Expand Down
5 changes: 5 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ graphviz
pybind11
sphinx
sphinx-automodapi
AmintorDusko marked this conversation as resolved.
Show resolved Hide resolved
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-serializinghtml==1.1.5
pennylane-sphinx-theme
custatevec-cu11
wheel
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.35.0-dev1"
__version__ = "0.35.0-dev2"
Loading