Merge lp:~coreygoldberg/autopilot/fix-docs-version into lp:~autopilot/autopilot/temp-dev

Proposed by Corey Goldberg
Status: Merged
Approved by: Christopher Lee
Approved revision: 519
Merged at revision: 519
Proposed branch: lp:~coreygoldberg/autopilot/fix-docs-version
Merge into: lp:~autopilot/autopilot/temp-dev
Diff against target: 12 lines (+1/-1)
1 file modified
docs/conf.py (+1/-1)
To merge this branch: bzr merge lp:~coreygoldberg/autopilot/fix-docs-version
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Thomi Richards (community) Approve
Review via email: mp+221381@code.launchpad.net

Commit message

update docs version number in sphinx config

Description of the change

fix to sphinx config for version number.

docs/conf.py contained:

 # The short X.Y version.
 version = '1.4

this is used as a fallback for the version number in the docs if a debian changelog is not present. The current AP docs in Utopic were generated and have '1.4' in them. This branch changes it to:

 # The short X.Y version.
 version = '1.5'

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'docs/conf.py'
2--- docs/conf.py 2014-04-30 21:39:57 +0000
3+++ docs/conf.py 2014-05-29 13:42:02 +0000
4@@ -75,7 +75,7 @@
5 # built documents.
6 #
7 # The short X.Y version.
8-version = '1.4'
9+version = '1.5'
10
11 # The full version, including alpha/beta/rc tags.
12 try:

Subscribers

People subscribed via source and target branches