[Lldb-commits] [lldb] eddf59a - [docs] Use 0 as version placeholder instead of a made up number.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 2 14:56:02 PST 2020


Author: Davide Italiano
Date: 2020-03-02T14:55:05-08:00
New Revision: eddf59ae71a19b3fe872760833365dffc46a3b2e

URL: https://github.com/llvm/llvm-project/commit/eddf59ae71a19b3fe872760833365dffc46a3b2e
DIFF: https://github.com/llvm/llvm-project/commit/eddf59ae71a19b3fe872760833365dffc46a3b2e.diff

LOG: [docs] Use 0 as version placeholder instead of a made up number.

While here, explain that this is not really used. Probably NFC.

Added: 
    

Modified: 
    lldb/docs/conf.py

Removed: 
    


################################################################################
diff  --git a/lldb/docs/conf.py b/lldb/docs/conf.py
index d48d608aa276..ca1d6f790921 100644
--- a/lldb/docs/conf.py
+++ b/lldb/docs/conf.py
@@ -46,12 +46,14 @@
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
-# built documents.
+# built documents. These are currently set to zero because we don't use them.
+# Should somebody consider in the future to change them, they need to be updated
+# everytime a new release comes out.
 #
 # The short version.
-#version = '8'
+#version = '0'
 # The full version, including alpha/beta/rc tags.
-#release = '8'
+#release = '0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.


        


More information about the lldb-commits mailing list