[LLVMbugs] [Bug 16148] Documentation of llvm 3.3 as 3.4 as title

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 27 17:35:04 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=16148

Sean Silva <silvas at purdue.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |silvas at purdue.edu
         Resolution|---                         |FIXED

--- Comment #2 from Sean Silva <silvas at purdue.edu> ---
The "3.4" part is being added by Sphinx (it is added to the title of all pages)
and is governed by project-wide settings in `docs/conf.py`. Bill, please make
sure to apply the following patch to conf.py before generating the Sphinx docs
for the release.

diff --git a/docs/conf.py b/docs/conf.py
index d71f46e..0ac3b78 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,9 +47,9 @@ copyright = u'2003-2013, LLVM Project'
 # built documents.
 #
 # The short X.Y version.
-version = '3.4'
+version = '3.3'
 # The full version, including alpha/beta/rc tags.
-release = '3.4'
+release = '3.3'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130528/2667ac0e/attachment.html>


More information about the llvm-bugs mailing list