-
Notifications
You must be signed in to change notification settings - Fork 325
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
Add style for versionremoved directive #2086
Comments
+1 |
See also sphinx-themes/sphinx-themes.org#163 for testing the new directive. I don't want to edit anything under the Kitchen Sink. Where should I put this snippet to test or preview until that PR gets merged? ``versionremoved``
==================
.. versionremoved:: v0.1.1
Here's a version removed message.
We also support *italic*, **bold**, ``code``, `links <https://www.sphinx-doc.org/>`_, and more. |
Here's a pull request preview from Plone Sphinx Theme. PR incoming. |
stevepiercy
added a commit
to stevepiercy/pydata-sphinx-theme
that referenced
this issue
Dec 20, 2024
Note that I added a snippet in the Kitchen Sink to preview the change. I have an open PR in sphinx-themes/sphinx-themes.org#163 to add it upstream. I can remove this snippet, if you prefer, or you can clobber it the next time you run a sync. I'll also attach a screenshot. - Closes pydata#2086
This was referenced Dec 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no style applied for the
versionremoved
directive. It was added in Sphinx 7.3.I would suggest using the same color as
deprecated
. A removal feels as severe, if not more than, a deprecation.I'd be happy to submit a pull request with whatever color you think is best.
The text was updated successfully, but these errors were encountered: