From 5c2962defac6dae7e387f41f6ec70576b514a81c Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Tue, 26 Mar 2019 15:23:58 -0700 Subject: Fix typo in index.rst Signed-off-by: Nathaniel Graff --- doc/sphinx/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst index a8f0809..fe6adf4 100644 --- a/doc/sphinx/index.rst +++ b/doc/sphinx/index.rst @@ -1,7 +1,7 @@ Freedom E SDK ============= -This is the documentatino for the SiFive Freedom E SDK |version|. +This is the documentation for the SiFive Freedom E SDK |version|. Freedom E SDK is generally available from the `Freedom E SDK Repository`_. -- cgit v1.2.3 From a7925472870bf3849a073e3c004c7f9a809f9c45 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Tue, 26 Mar 2019 15:24:19 -0700 Subject: Set version v201903-rc2 Signed-off-by: Nathaniel Graff --- doc/sphinx/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 804ca5b..df16ebb 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -24,9 +24,9 @@ copyright = '2019, SiFive Inc.' author = 'SiFive Inc.' # The short X.Y version -version = os.popen("git describe").read().strip() +version = "v201903" # The full version, including alpha/beta/rc tags -release = version +release = version + "-rc2" # -- General configuration --------------------------------------------------- -- cgit v1.2.3 From 0a4de9160ede107a82167ffddcce71ffca8fde6d Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Tue, 26 Mar 2019 15:25:27 -0700 Subject: Update docs for v201903-rc2 Signed-off-by: Nathaniel Graff --- doc/html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html b/doc/html index de252ca..e25f2e4 160000 --- a/doc/html +++ b/doc/html @@ -1 +1 @@ -Subproject commit de252ca314eb39ec6095d86881ce6f1dd34562ea +Subproject commit e25f2e4ac2c0e2409822c40f2e966c619067b125 -- cgit v1.2.3