diff options
Diffstat (limited to 'doc')
m--------- | doc/html | 0 | ||||
-rw-r--r-- | doc/sphinx/conf.py | 4 | ||||
-rw-r--r-- | doc/sphinx/index.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/html b/doc/html -Subproject de252ca314eb39ec6095d86881ce6f1dd34562e +Subproject e25f2e4ac2c0e2409822c40f2e966c619067b12 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 --------------------------------------------------- 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`_. |