Skip to content

Commit

Permalink
Make Sphinx ignore venv dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayce Basques committed Nov 22, 2023
1 parent 12f6c66 commit d788aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

extensions = []
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'venv']

html_theme = 'alabaster'
html_static_path = ['_static']

0 comments on commit d788aef

Please sign in to comment.