[clang] 9d669e8 - [docs] Bump the trunk major version to 13 and update copyright year.
Marek Kurdej via cfe-commits
cfe-commits at lists.llvm.org
Mon May 3 09:45:05 PDT 2021
Author: Marek Kurdej
Date: 2021-05-03T18:44:47+02:00
New Revision: 9d669e859b8069bf154c6d9ec37cc6bc2304f4e9
URL: https://github.com/llvm/llvm-project/commit/9d669e859b8069bf154c6d9ec37cc6bc2304f4e9
DIFF: https://github.com/llvm/llvm-project/commit/9d669e859b8069bf154c6d9ec37cc6bc2304f4e9.diff
LOG: [docs] Bump the trunk major version to 13 and update copyright year.
Added:
Modified:
clang/docs/conf.py
libcxx/docs/conf.py
Removed:
################################################################################
diff --git a/clang/docs/conf.py b/clang/docs/conf.py
index b63e829bfaf1..3af05bac2321 100644
--- a/clang/docs/conf.py
+++ b/clang/docs/conf.py
@@ -50,9 +50,9 @@
# built documents.
#
# The short version.
-version = '12'
+version = '13'
# The full version, including alpha/beta/rc tags.
-release = '12'
+release = '13'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/libcxx/docs/conf.py b/libcxx/docs/conf.py
index c58b1871c377..5516cdb2eeea 100644
--- a/libcxx/docs/conf.py
+++ b/libcxx/docs/conf.py
@@ -11,6 +11,7 @@
# serve to show the default.
import sys, os
+from datetime import date
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -40,7 +41,7 @@
# General information about the project.
project = u'libc++'
-copyright = u'2011-2020, LLVM Project'
+copyright = u'2011-2021, LLVM Project' % date.today().year
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
More information about the cfe-commits
mailing list