Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-11-03 23:58:21 +0300
committerStephen Finucane <stephen@that.guru>2018-06-20 11:30:47 +0300
commitd9ccc957173da20174271e6950988cff9e091a42 (patch)
tree2a5feb6d1fc78b20dfadabcda498b6b002c3deef /setup.cfg
parent0b81af6a2eee5533e5c6c95097f2cca257f805e3 (diff)
doc: Add "extensions" to usage guide
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 091b59bbd..86f0be001 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,7 +32,7 @@ directory = sphinx/locale/
[flake8]
max-line-length = 95
ignore = E116,E241,E251,E741,I101
-exclude = .git,.tox,.venv,tests/*,build/*,doc/_build/*,sphinx/search/*,doc/ext/example*.py
+exclude = .git,.tox,.venv,tests/*,build/*,doc/_build/*,sphinx/search/*,doc/usage/extensions/example*.py
application-import-names = sphinx
import-order-style = smarkets