fix(docs): Use correct path configs
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2348>
This commit is contained in:
parent
e0f6641bba
commit
47efcb4b5a
|
@ -46,9 +46,9 @@ extensions = [
|
||||||
source_suffix = ".md"
|
source_suffix = ".md"
|
||||||
include_patterns = [
|
include_patterns = [
|
||||||
"_static/**",
|
"_static/**",
|
||||||
"_templates/**",
|
|
||||||
"*_documentation/**",
|
"*_documentation/**",
|
||||||
"*.md",
|
"*.md",
|
||||||
|
"**/*.md",
|
||||||
"*.rst",
|
"*.rst",
|
||||||
"logo.svg",
|
"logo.svg",
|
||||||
]
|
]
|
||||||
|
@ -61,6 +61,7 @@ exclude_patterns = [
|
||||||
"*.py",
|
"*.py",
|
||||||
"*.sh",
|
"*.sh",
|
||||||
]
|
]
|
||||||
|
templates_path = ["_templates"]
|
||||||
|
|
||||||
root_doc = "index"
|
root_doc = "index"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue