comparison doc/conf.py @ 4897:b26176334c88

Fix broken links to static html doc files (issue2550840) It seems as though these links have been broken every since sphinx has been used to generate the documentation. Version 1.2 of sphinx introduced the ability to include extra static files, so we are making use of this facility to fix the links to static html files.
author John Kristensen <john@jerrykan.com>
date Mon, 12 May 2014 14:40:53 +1000
parents bf786562ba7f
children 2d83625e1c06
comparison
equal deleted inserted replaced
4896:756ff1c2ee41 4897:b26176334c88
107 # The style sheet to use for HTML and HTML Help pages. A file of that name 107 # The style sheet to use for HTML and HTML Help pages. A file of that name
108 # must exist either in Sphinx' static/ path, or in one of the custom paths 108 # must exist either in Sphinx' static/ path, or in one of the custom paths
109 # given in html_static_path. 109 # given in html_static_path.
110 html_style = 'default.css' 110 html_style = 'default.css'
111 111
112 # Add any extra paths that contain custom files (such as robots.txt or
113 # .htaccess) here, relative to this directory. These files are copied
114 # directly to the root of the documentation.
115 html_extra_path = ['html_extra']
116
112 # The name for this set of Sphinx documents. If None, it defaults to 117 # The name for this set of Sphinx documents. If None, it defaults to
113 # "<project> v<release> documentation". 118 # "<project> v<release> documentation".
114 #html_title = None 119 #html_title = None
115 120
116 # A shorter title for the navigation bar. Default is the same as html_title. 121 # A shorter title for the navigation bar. Default is the same as html_title.

Roundup Issue Tracker: http://roundup-tracker.org/