mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
New exclude_docs config: gitignore-like patterns of files to exclude
These files will not be picked up into the `Files` collection and as such, also the final built site. Also adds the ability to *un*-ignore the files that MkDocs forcibly ignores.
This commit is contained in:
@@ -44,6 +44,7 @@ dependencies = [
|
||||
"typing_extensions >=3.10; python_version < '3.8'",
|
||||
"packaging >=20.5",
|
||||
"mergedeep >=1.3.4",
|
||||
"pathspec >=0.11.1",
|
||||
"colorama >=0.4; platform_system == 'Windows'",
|
||||
]
|
||||
[project.optional-dependencies]
|
||||
@@ -63,6 +64,7 @@ min-versions = [
|
||||
"typing_extensions ==3.10; python_version < '3.8'",
|
||||
"packaging ==20.5",
|
||||
"mergedeep ==1.3.4",
|
||||
"pathspec ==0.11.1",
|
||||
"colorama ==0.4; platform_system == 'Windows'",
|
||||
"babel ==2.9.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user