Skip to content

Commit

Permalink
Merge pull request #106 from ru-fu/dont-exclude-all-doc-cheat-sheets
Browse files Browse the repository at this point in the history
don't totally exclude `doc-cheat-sheet*`
  • Loading branch information
ru-fu authored Sep 26, 2023
2 parents 87682b2 + 492284b commit 7a84484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
'Thumbs.db',
'.DS_Store',
'.sphinx',
'doc-cheat-sheet*',
]
exclude_patterns.extend(custom_excludes)

Expand Down
4 changes: 3 additions & 1 deletion custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@
custom_extensions = []

# Add files or directories that should be excluded from processing.
custom_excludes = []
custom_excludes = [
'doc-cheat-sheet*',
]

# Add CSS files (located in .sphinx/_static/)
custom_html_css_files = []
Expand Down

0 comments on commit 7a84484

Please sign in to comment.