diff options
| author | J08nY | 2017-08-22 22:00:43 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-22 22:00:43 +0200 |
| commit | 5915ab0b194f2325ee55416550e2ba5d4c20886a (patch) | |
| tree | a525503820014307c9032cda27fdc885669f4136 | |
| parent | 43cc9d3e2c76c82bd00ce46ee7de6d69d07f3bb3 (diff) | |
| download | mailman-pgp-5915ab0b194f2325ee55416550e2ba5d4c20886a.tar.gz mailman-pgp-5915ab0b194f2325ee55416550e2ba5d4c20886a.tar.zst mailman-pgp-5915ab0b194f2325ee55416550e2ba5d4c20886a.zip | |
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 23f95c8..69f333d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,7 +74,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '.tox'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' |
