docs/conf.py: Add .venv dir to exclude_patterns.

It's useful to try different Sphinx versions using virtualenv/venv, so
exclude a common venv dir name from Sphinx processing.
pull/3189/head
Paul Sokolovsky 2017-07-01 20:01:05 +03:00
rodzic e334b6b6d2
commit ef47dee4bf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -113,7 +113,7 @@ release = '1.9.1'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['build']
exclude_patterns = ['build', '.venv']
# The reST default role (used for this markup: `text`) to use for all
# documents.