summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-04-05 12:20:52 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2019-04-05 12:20:52 +0200
commit9d2f9bf98f1d8d3a23228931ef13792c2d3bc007 (patch)
tree9888db20946b10567105d77e801bc0ec9da6d0be /docs/conf.py
parente471e7cbad9e2d84f9fb114da86df78755836852 (diff)
downloadpsutil-9d2f9bf98f1d8d3a23228931ef13792c2d3bc007.tar.gz
update doc
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index df825cbd..b056d20f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -110,7 +110,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', 'DEVGUIDE.rst']
# The reST default role (used for this markup: `text`) to use for all
# documents.