diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2019-04-05 12:20:52 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2019-04-05 12:20:52 +0200 |
| commit | 9d2f9bf98f1d8d3a23228931ef13792c2d3bc007 (patch) | |
| tree | 9888db20946b10567105d77e801bc0ec9da6d0be /docs/conf.py | |
| parent | e471e7cbad9e2d84f9fb114da86df78755836852 (diff) | |
| download | psutil-9d2f9bf98f1d8d3a23228931ef13792c2d3bc007.tar.gz | |
update doc
Diffstat (limited to 'docs/conf.py')
| -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 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. |
