Skip to content

Commit

Permalink
Add release notes to docs build (#37)
Browse files Browse the repository at this point in the history
The release notes were always written, just not hooked into the actual
Sphinx structure.
  • Loading branch information
jakelishman authored Jun 19, 2024
1 parent 6fb0091 commit c399285
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"reno.sphinxext",
'qiskit_sphinx_theme',
]
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ OpenQASM 3 Importer for Qiskit
.. toctree::
:hidden:

Home <self>
API documentation <self>
release_notes

.. module:: qiskit_qasm3_import

Expand Down
7 changes: 7 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _release-notes:

=============
Release notes
=============

.. release-notes::

0 comments on commit c399285

Please sign in to comment.