mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 21:16:56 +00:00
Replace exclude_trees with exclude_patterns
exclude_trees was removed in Sphinx 1.3b1
This commit is contained in:
parent
531ee615af
commit
237eaa53e1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user