Ticket #11608: docs.diff
File docs.diff, 1.1 KB (added by , 15 years ago) |
---|
-
docs/conf.py
41 41 # other places throughout the built documents. 42 42 # 43 43 # The short X.Y version. 44 version = '1. 0'44 version = '1.1' 45 45 # The full version, including alpha/beta/rc tags. 46 46 release = version 47 47 # The next version to be released 48 django_next_version = '1. 1'48 django_next_version = '1.2' 49 49 50 50 # There are two options for replacing |today|: either, you set today to some 51 51 # non-false value, then it is used: … … 70 70 # The name of the Pygments (syntax highlighting) style to use. 71 71 pygments_style = 'trac' 72 72 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 76 76 exclude_dirnames = ['.svn'] 77 77 78 78 # Options for HTML output