Skip to content

Commit

Permalink
Switch back to reno from release (Qiskit#11942)
Browse files Browse the repository at this point in the history
We had previously been using reno from a git to get early access to the
subsections feature and also a bugfix with excessive debug logging
(thanks to @Eric-Arellano for implementing both of these). However, with
the recent release of reno 4.1.0 these have been included in a release
and we no longer need to rely on a pre-release of reno. This commit
updates reno version listed in requirements-dev.txt to be >=4.1.0.
  • Loading branch information
mtreinish authored Mar 4, 2024
1 parent 4fd7faf commit 85411bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ threadpoolctl
# Be careful when adding new requirements. We want to keep the docs build simple because
# we only build docs in this repo to generate API references that get consumed by
# https://github.com/Qiskit/documentation. For example, coordinate adding dependencies
# like `sphinx-design` to make sure that `Qiskit/documentation` will be able to
# like `sphinx-design` to make sure that `Qiskit/documentation` will be able to
# consume it properly.
Sphinx>=6.0,<7.2
# TODO: switch to stable release when 4.1 is released
reno @ git+https://github.com/openstack/reno.git@85b9a9bb52c8f9ce4a5e66fa8d9eba7fde90bf6d
reno >= 4.1.0
sphinxcontrib-katex==0.9.9

0 comments on commit 85411bb

Please sign in to comment.