Ticket #11608: docs.diff

File docs.diff, 1.1 KB (added by M. Nasimul Haque, 15 years ago)

docs version 1.1

  • docs/conf.py

     
    4141# other places throughout the built documents.
    4242#
    4343# The short X.Y version.
    44 version = '1.0'
     44version = '1.1'
    4545# The full version, including alpha/beta/rc tags.
    4646release = version
    4747# The next version to be released
    48 django_next_version = '1.1'
     48django_next_version = '1.2'
    4949
    5050# There are two options for replacing |today|: either, you set today to some
    5151# non-false value, then it is used:
     
    7070# The name of the Pygments (syntax highlighting) style to use.
    7171pygments_style = 'trac'
    7272
    73 # Sphinx will recurse into subversion configuration folders and try to read 
    74 # any document file within. These should be ignored. 
    75 # Note: exclude_dirnames is new in Sphinx 0.5 
     73# Sphinx will recurse into subversion configuration folders and try to read
     74# any document file within. These should be ignored.
     75# Note: exclude_dirnames is new in Sphinx 0.5
    7676exclude_dirnames = ['.svn']
    7777
    7878# Options for HTML output
Back to Top