Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 759a02c

Browse files
committed
merge with 3.4
2 parents 4f8e2a9 + 95988f9 commit 759a02c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Doc/tools/rstlint.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@
2727
'parsed-literal', 'pull-quote', 'raw', 'replace',
2828
'restructuredtext-test-directive', 'role', 'rubric', 'sectnum', 'sidebar',
2929
'table', 'target-notes', 'tip', 'title', 'topic', 'unicode', 'warning',
30-
# Sphinx custom ones
30+
# Sphinx and Python docs custom ones
3131
'acks', 'attribute', 'autoattribute', 'autoclass', 'autodata',
3232
'autoexception', 'autofunction', 'automethod', 'automodule', 'centered',
3333
'cfunction', 'class', 'classmethod', 'cmacro', 'cmdoption', 'cmember',
3434
'code-block', 'confval', 'cssclass', 'ctype', 'currentmodule', 'cvar',
35-
'data', 'deprecated-removed', 'deprecated(?!-removed)', 'describe', 'directive',
36-
'doctest', 'envvar', 'event',
37-
'exception', 'function', 'glossary', 'highlight', 'highlightlang', 'index',
38-
'literalinclude', 'method', 'module', 'moduleauthor', 'productionlist',
35+
'data', 'decorator', 'decoratormethod', 'deprecated-removed',
36+
'deprecated(?!-removed)', 'describe', 'directive', 'doctest', 'envvar',
37+
'event', 'exception', 'function', 'glossary', 'highlight', 'highlightlang',
38+
'impl-detail', 'index', 'literalinclude', 'method', 'miscnews', 'module',
39+
'moduleauthor', 'opcode', 'pdbcommand', 'productionlist',
3940
'program', 'role', 'sectionauthor', 'seealso', 'sourcecode', 'staticmethod',
4041
'tabularcolumns', 'testcode', 'testoutput', 'testsetup', 'toctree', 'todo',
4142
'todolist', 'versionadded', 'versionchanged'

0 commit comments

Comments
 (0)