Skip to content

Commit

Permalink
Update ignore
Browse files Browse the repository at this point in the history
Closes #6
  • Loading branch information
edwardtheharris committed Jul 23, 2024
1 parent 02f79eb commit f5a5efd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,12 @@ def get_version():
autoyaml_safe_loader = False
copyright = "2024, Xander Harris"
exclude_patterns = [
'roles/init/files/admin.conf',
'roles/join/files/join.md',
"_build",
"Thumbs.db",
".DS_Store",
".pytest_cache/*",
'.sphinx/*',
".tox/*",
".venv/*",
"Thumbs.db",
]
extensions = [
"myst_parser",
Expand Down

0 comments on commit f5a5efd

Please sign in to comment.