kivy/doc/sources/sphinxext
Julian 922cda230f
Fix `SyntaxWarnings` during doc generation (#8440)
* Copy edit comment
* Factor out common regular expression patterns to make intent clearer.
* Quote patterns with r"" to fix SyntaxWarning.
* Simplify "if not X return False else return True" to "return X"
* Lose unneeded parentheses giving IDE style warning.
2023-11-09 15:55:06 +01:00
..
__init__.py
autodoc.py
kivy_pygments_theme.py
preprocess.py Fix `SyntaxWarnings` during doc generation (#8440) 2023-11-09 15:55:06 +01:00