diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-09-22 12:30:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-04 10:55:00 +0000 |
commit | 234055a3326d8b3cce59249fb74c955385bd19bc (patch) | |
tree | 0817d4d0c9cb2ae38b96f4fd538bba2254e7db01 | |
parent | 6f248db9a26e963ae8379e40371ed478ed8e3d3f (diff) | |
download | poky-234055a3326d8b3cce59249fb74c955385bd19bc.tar.gz |
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 <tracey.m.erway@intel.com>
(From yocto-docs rev: a29ee99f81aa5b3cc66493e79712a3b5dc31e23f)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6bae1372218e0b10258e4fa6fef72fc1708a329c)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/_templates/footer.html | 12 | ||||
-rw-r--r-- | documentation/conf.py | 2 | ||||
-rw-r--r-- | documentation/index.rst | 4 |
3 files changed, 15 insertions, 3 deletions
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 @@ | |||
1 | <footer> | ||
2 | <hr/> | ||
3 | <div role="contentinfo"> | ||
4 | <p> A Linux Foundation Collaborative Project. | ||
5 | <br> All Rights Reserved. Linux Foundation® and Yocto Project® are registered trademarks of the Linux Foundation. | ||
6 | <br>Linux® is a registered trademark of Linus Torvalds. | ||
7 | <br>© Copyright {{ copyright }} | ||
8 | <br>Last updated on {{ last_updated }} | ||
9 | </p> | ||
10 | </div> | ||
11 | </footer> | ||
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 | |||
27 | 27 | ||
28 | 28 | ||
29 | # -- Project information ----------------------------------------------------- | 29 | # -- Project information ----------------------------------------------------- |
30 | project = 'The Yocto Project' | 30 | project = 'The Yocto Project \xae' |
31 | copyright = '2010-%s, The Linux Foundation' % datetime.datetime.now().year | 31 | copyright = '2010-%s, The Linux Foundation' % datetime.datetime.now().year |
32 | author = 'The Linux Foundation' | 32 | author = 'The Linux Foundation' |
33 | 33 | ||
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 @@ | |||
5 | You can adapt this file completely to your liking, but it should at least | 5 | You can adapt this file completely to your liking, but it should at least |
6 | contain the root `toctree` directive. | 6 | contain the root `toctree` directive. |
7 | 7 | ||
8 | Welcome to The Yocto Project's documentation! | 8 | Welcome to the Yocto Project Documentation |
9 | ============================================= | 9 | ========================================== |
10 | 10 | ||
11 | | | 11 | | |
12 | 12 | ||