[3.9] bpo-45640: [docs] Tokens are now clickable (GH-29260)#29623
Closed
ambv wants to merge 1 commit into
Closed
Conversation
Co-authored-by: Łukasz Langa <lukasz@langa.pl>. (cherry picked from commit 3295910) Co-authored-by: Arthur Milchior <arthur@milchior.fr>
Contributor
Author
|
I think we'll abort backporting this back to 3.9. It uses an older Sphinx version and the diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv
index ad5f55e803..798c9f23d5 100644
--- a/Doc/tools/susp-ignored.csv
+++ b/Doc/tools/susp-ignored.csv
@@ -263,9 +263,17 @@ license,,`,THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AN
license,,`,* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
license,,`,THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
license,,:zooko,mailto:zooko@zooko.com
+reference/compound_stmts,,:with,~python-grammar:with_item
+reference/compound_stmts,,:assignment,~python-grammar:assignment_expression
+reference/expressions,,:expression,~python-grammar:expression
+reference/expressions,,:expression,~python-grammar:expression_list
+reference/expressions,,:identifier,~python-grammar:identifier
+reference/expressions,,:yield,~python-grammar:yield_from
reference/expressions,,:index,x[index:index]
reference/lexical_analysis,,`,$ ? `
reference/lexical_analysis,,:fileencoding,# vim:fileencoding=<encoding-name>
+reference/lexical_analysis,,:bytesprefix,~python-grammar:bytesprefix
+reference/lexical_analysis,,:stringprefix,~python-grammar:stringprefix
tutorial/datastructures,,:value,It is also possible to delete a key:value
tutorial/datastructures,,:value,key:value pairs within the braces adds initial key:value pairs
tutorial/stdlib2,,:config,"logging.warning('Warning:config file %s not found', 'server.conf')"Unfortunately once you ignore those, it still fails by saying those directives like |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Co-authored-by: Łukasz Langa lukasz@langa.pl.
(cherry picked from commit 3295910)
Co-authored-by: Arthur Milchior arthur@milchior.fr
https://bugs.python.org/issue45640