fix(docs): don't include rst files from .venv

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2499>
environments/review-docs-nodei-zb4y5a/deployments/18082
Ciarán Ainsworth 2023-06-29 09:00:28 +02:00
rodzic 1b57d3e36e
commit 3263a6a3c3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -110,7 +110,7 @@ language = "en"
# 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
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".venv"]
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"