Skip to content

Commit efd70d2

Browse files
committed
Don't output core directives
1 parent 5413d12 commit efd70d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

directivegetter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def write_directives(directives: Iterable[str]):
3232
lines = [
3333
"[lint]",
3434
"known_directives = [",
35-
*tomlify_directives(DOCUTILS_DIRECTIVES, "reStructuredText"),
36-
*tomlify_directives(SPHINX_DIRECTIVES, "Added by Sphinx"),
35+
# *tomlify_directives(DOCUTILS_DIRECTIVES, "reStructuredText"),
36+
# *tomlify_directives(SPHINX_DIRECTIVES, "Added by Sphinx"),
3737
*tomlify_directives(directives, "Added by extensions or in conf.py"),
3838
"]",
3939
"", # final blank line

0 commit comments

Comments
 (0)