-
Notifications
You must be signed in to change notification settings - Fork 13
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
cve and cwe roles override Sphinx’s built-in roles #162
Comments
Same issue. |
Ah thanks for the heads up. Those roles should be removed from this package, then, with a note in the README about the official roles. PRs welcome! |
5.0.0 drops the cve and cwe roles |
Great, thanks! |
Perfect, thanks so much!
No way I could have done it so fast 😄 |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sphinx 8.1.0, released yesterday, has built-in support for the
:cve:
and:cwe:
roles, which collides with the support for these roles built into sphinx-issues (added in #44 and #122/#123).When loading the extension, there are now these warnings:
Sphinx’s support was added in sphinx-doc/sphinx#11781.
I noticed this because I run
sphinx-build
with--fail-on-warning
(turn warnings into errors).BTW, thanks a lot for the package, I wish sphinx itself would use it for their changelog ...!
The text was updated successfully, but these errors were encountered: