Merge pull request #9422 from tonk/docfix
Ignore compiled Python for documentation.
This commit is contained in:
commit
77f91eb031
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import traceback
|
|||
|
||||
MODULEDIR = C.DEFAULT_MODULE_PATH
|
||||
|
||||
BLACKLIST_EXTS = ('.swp', '.bak', '~', '.rpm')
|
||||
BLACKLIST_EXTS = ('.pyc', '.swp', '.bak', '~', '.rpm')
|
||||
|
||||
_ITALIC = re.compile(r"I\(([^)]+)\)")
|
||||
_BOLD = re.compile(r"B\(([^)]+)\)")
|
||||
|
|
Loading…
Reference in a new issue