Ticket #8724: 8724.diff

File 8724.diff, 527 bytes (added by Richard Barran, 16 years ago)

patch to add exclude_dirnames

  • docs/conf.py

     
    6868# The name of the Pygments (syntax highlighting) style to use.
    6969pygments_style = 'trac'
    7070
     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
     74exclude_dirnames = ['.svn']
    7175
    7276# Options for HTML output
    7377# -----------------------
Back to Top