Commit 237eaa53 authored by Victor Zverovich's avatar Victor Zverovich

Replace exclude_trees with exclude_patterns

exclude_trees was removed in Sphinx 1.3b1
parent 531ee615
...@@ -83,9 +83,7 @@ release = version ...@@ -83,9 +83,7 @@ release = version
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
#exclude_patterns = [] exclude_patterns = ['sphinx-bootstrap-theme/*']
exclude_trees = ['sphinx-bootstrap-theme']
# The reST default role (used for this markup: `text`) to use for all documents. # The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None #default_role = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment