Navigation Menu

Skip to content

Commit

Permalink
doc: ignore editing files
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 29, 2015
1 parent 2442abb commit 40ef85b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source/conf.py
Expand Up @@ -75,7 +75,9 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = []
exclude_patterns = [
'**/.#*',
]

# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
Expand Down

0 comments on commit 40ef85b

Please sign in to comment.