Skip to content

Commit

Permalink
docs: ignore partials when indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 9, 2016
1 parent 6d93887 commit 5b59f02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
# directories to ignore when looking for source files.
exclude_patterns = [
'_build',
'_themes'
'_themes',
'_partials',
]

# The reST default role (used for this markup: `text`) to use for all
Expand Down

0 comments on commit 5b59f02

Please sign in to comment.