From 234055a3326d8b3cce59249fb74c955385bd19bc Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Tue, 22 Sep 2020 12:30:49 +0200 Subject: sphinx: fix up some trademark and branding issues The following changes were required after a review of trademark and branding guidelines: 1. add (R) to 'Yocto Project' on the top left (above the logo) 2. Fix up the capitalization of the main page title 3. Add the copyright/legal blurb at the bottom of the page For 3. it turned out to be simpler to override the whole footer.html template, and maintain our own version. Also I took the liberty to remove the 'next' and 'previous' buttons since I believe they are not especially useful, given the navigation bar on the left side. Reported-by: Tracey Erway (From yocto-docs rev: a29ee99f81aa5b3cc66493e79712a3b5dc31e23f) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie (cherry picked from commit 6bae1372218e0b10258e4fa6fef72fc1708a329c) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/_templates/footer.html | 12 ++++++++++++ documentation/conf.py | 2 +- documentation/index.rst | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 documentation/_templates/footer.html (limited to 'documentation') diff --git a/documentation/_templates/footer.html b/documentation/_templates/footer.html new file mode 100644 index 0000000000..508129ede4 --- /dev/null +++ b/documentation/_templates/footer.html @@ -0,0 +1,12 @@ + + diff --git a/documentation/conf.py b/documentation/conf.py index f2dd2556fa..80d5e8e836 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -27,7 +27,7 @@ release = current_version # -- Project information ----------------------------------------------------- -project = 'The Yocto Project' +project = 'The Yocto Project \xae' copyright = '2010-%s, The Linux Foundation' % datetime.datetime.now().year author = 'The Linux Foundation' diff --git a/documentation/index.rst b/documentation/index.rst index a1605ade91..3bb6c99815 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -5,8 +5,8 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to The Yocto Project's documentation! -============================================= +Welcome to the Yocto Project Documentation +========================================== | -- cgit v1.2.3-54-g00ecf