We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5413d12 commit efd70d2Copy full SHA for efd70d2
directivegetter.py
@@ -32,8 +32,8 @@ def write_directives(directives: Iterable[str]):
32
lines = [
33
"[lint]",
34
"known_directives = [",
35
- *tomlify_directives(DOCUTILS_DIRECTIVES, "reStructuredText"),
36
- *tomlify_directives(SPHINX_DIRECTIVES, "Added by Sphinx"),
+ # *tomlify_directives(DOCUTILS_DIRECTIVES, "reStructuredText"),
+ # *tomlify_directives(SPHINX_DIRECTIVES, "Added by Sphinx"),
37
*tomlify_directives(directives, "Added by extensions or in conf.py"),
38
"]",
39
"", # final blank line
0 commit comments