Author: cito Date: Sat Feb 6 16:47:07 2016 New Revision: 830 Log: Avoid duplication in the title of the docs
The actual documentation comes only at the second level in the breadcrumb. Modified: branches/4.x/docs/conf.py trunk/docs/conf.py Modified: branches/4.x/docs/conf.py ============================================================================== --- branches/4.x/docs/conf.py Sat Feb 6 16:31:33 2016 (r829) +++ branches/4.x/docs/conf.py Sat Feb 6 16:47:07 2016 (r830) @@ -142,7 +142,7 @@ # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". -#html_title = None +html_title = None if use_cloud_theme else 'PyGreSQL %s' % version # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None Modified: trunk/docs/conf.py ============================================================================== --- trunk/docs/conf.py Sat Feb 6 16:31:33 2016 (r829) +++ trunk/docs/conf.py Sat Feb 6 16:47:07 2016 (r830) @@ -137,7 +137,7 @@ # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". -#html_title = None +html_title = None if use_cloud_theme else 'PyGreSQL %s' % version # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
