[coreboot-gerrit] Change in coreboot[master]: Documentation: fix relase version linking

Tom Hiller (Code Review) gerrit at coreboot.org
Sun Jul 29 19:07:38 CEST 2018


Tom Hiller has uploaded this change for review. ( https://review.coreboot.org/27719


Change subject: Documentation: fix relase version linking
......................................................................

Documentation: fix relase version linking

Correct links to coreboot release notes and fixes related "document
isn't included in any toctree" warnings.

Change-Id: I6563da6f82f5686e54791331312434828c63f5a6
Signed-off-by: Tom Hiller <thrilleratplay at gmail.com>
---
M Documentation/conf.py
D Documentation/releases/index.md
A Documentation/releases/index.rst
3 files changed, 16 insertions(+), 17 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/27719/1

diff --git a/Documentation/conf.py b/Documentation/conf.py
index 3de69c8..b5869b0 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -5,7 +5,7 @@
 templates_path = ['_templates']
 
 # The suffix(es) of source filenames.
-source_suffix = ['.md']
+source_suffix = ['.md', '.rst']
 
 # The master toctree document.
 master_doc = 'index'
diff --git a/Documentation/releases/index.md b/Documentation/releases/index.md
deleted file mode 100644
index fd95fd7..0000000
--- a/Documentation/releases/index.md
+++ /dev/null
@@ -1,16 +0,0 @@
-Release notes for previous releases
-===================================
-
-### * [4.1 - July 2015](coreboot-4.1-relnotes.md)
-### * [4.2 - October 2015](coreboot-4.2-relnotes.md)
-### * [4.3 - January 2016](coreboot-4.3-relnotes.md)
-### * [4.4 - May 2016](coreboot-4.4-relnotes.md)
-### * [4.5 - October 2016](coreboot-4.5-relnotes.md)
-### * [4.6 - April 2017](coreboot-4.6-relnotes.md)
-### * [4.7 - January 2018](coreboot-4.7-relnotes.md)
-### * [4.8 - May 2018](coreboot-4.8.1-relnotes.md)
-
-Upcoming release
-----------------
-### * [4.9 - November 2018](coreboot-4.9-relnotes.md)
-Please add to the release notes as changes are added:
diff --git a/Documentation/releases/index.rst b/Documentation/releases/index.rst
new file mode 100644
index 0000000..61ecfa7
--- /dev/null
+++ b/Documentation/releases/index.rst
@@ -0,0 +1,15 @@
+Release notes for previous releases
+===================================
+
+.. toctree::
+   :maxdepth: 1
+
+   coreboot-4.8.1-relnotes
+   coreboot-4.7-relnotes
+   coreboot-4.6-relnotes
+   coreboot-4.5-relnotes
+   coreboot-4.4-relnotes
+   coreboot-4.3-relnotes
+   coreboot-4.2-relnotes
+   coreboot-4.1-relnotes
+   coreboot-4.9-relnotes

-- 
To view, visit https://review.coreboot.org/27719
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6563da6f82f5686e54791331312434828c63f5a6
Gerrit-Change-Number: 27719
Gerrit-PatchSet: 1
Gerrit-Owner: Tom Hiller <thrilleratplay at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180729/19d182f9/attachment.html>


More information about the coreboot-gerrit mailing list