← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Merge] lp:~andrewsomething/ubuntu-packaging-guide/lp996734 into lp:ubuntu-packaging-guide

 

Andrew Starr-Bochicchio has proposed merging lp:~andrewsomething/ubuntu-packaging-guide/lp996734 into lp:ubuntu-packaging-guide.

Requested reviews:
  Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)
Related bugs:
  Bug #996734 in Ubuntu Packaging Guide: "Remove 'version number' from page title"
  https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/996734

For more details, see:
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/lp996734/+merge/105159

Remove the version number from the title.
-- 
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/lp996734/+merge/105159
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~andrewsomething/ubuntu-packaging-guide/lp996734 into lp:ubuntu-packaging-guide.
=== modified file 'conf.py'
--- conf.py	2012-03-09 01:02:28 +0000
+++ conf.py	2012-05-09 01:50:21 +0000
@@ -115,7 +115,7 @@
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
-#html_title = None
+html_title = 'Ubuntu Packaging Guide'
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #html_short_title = None

=== modified file 'ubuntu-packaging-guide/index.rst'
--- ubuntu-packaging-guide/index.rst	2012-02-29 19:37:54 +0000
+++ ubuntu-packaging-guide/index.rst	2012-05-09 01:50:21 +0000
@@ -3,6 +3,8 @@
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
+.. title:: Overview
+
 Ubuntu Packaging Guide
 ==================================================
 


Follow ups