mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4087 from brainwane/brainwane-patch-grammarfix
Fix grammar in exclude_patterns explanation comment
This commit is contained in:
commit
ad68ae93c1
@ -79,7 +79,7 @@ language = {{ language | repr }}
|
||||
|
||||
# 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
|
||||
# This pattern also affects html_static_path and html_extra_path .
|
||||
exclude_patterns = [{{ exclude_patterns }}]
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
|
Loading…
Reference in New Issue
Block a user