Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ We may occasionally make breaking changes in order to improve the user experienc
When possible, we will keep old interfaces and mark them as deprecated, as long as they can co-exist with the
new ones.
Each substantial improvement, breaking change, or deprecation will be documented in the
[release notes].
[release notes](https://qiskit.github.io/qiskit-addon-sqd-hpc/release-notes.html).

## Contributing

Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ Table of Contents

Compilation flags <compilation-flags>
API Reference <apidocs/index>
GitHub <https://github.com/Qiskit/qiskit-addon-sqd-hpc>
Release Notes <release-notes>
3 changes: 3 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. _release notes:

.. release-notes:: Release Notes
2 changes: 1 addition & 1 deletion releasenotes/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
encoding: utf8
default_branch: main
unreleased_version_title: "Upcoming release"
earliest_version: 0.1.0
#earliest_version: 0.1.0
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ deps =
breathe
matplotlib
commands =
reno lint
doxygen
sphinx-build -j auto -W -T --keep-going {posargs} docs/ docs/_build/html
allowlist_externals =
Expand Down
Loading