Ticket #8724: 8724.diff
File 8724.diff, 527 bytes (added by , 16 years ago) |
---|
-
docs/conf.py
68 68 # The name of the Pygments (syntax highlighting) style to use. 69 69 pygments_style = 'trac' 70 70 71 # Sphinx will recurse into subversion configuration folders and try to read 72 # any document file within. These should be ignored. 73 # Note: exclude_dirnames is new in Sphinx 0.5 74 exclude_dirnames = ['.svn'] 71 75 72 76 # Options for HTML output 73 77 # -----------------------