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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2499>
This commit is contained in:
Ciarán Ainsworth 2023-06-29 09:00:28 +02:00
parent 1b57d3e36e
commit 3263a6a3c3
1 changed files with 1 additions and 1 deletions

View File

@ -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"