summaryrefslogtreecommitdiff
path: root/doc/sphinx/conf.py
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-03-26 22:28:14 +0000
committerGitHub <noreply@github.com>2019-03-26 22:28:14 +0000
commite582766d596dcaa303634c121638b8f614ffd4c7 (patch)
treee76712fd9d3a160c60b9fd75c9b09ee80297e86d /doc/sphinx/conf.py
parentfff485c3cf238d8edf90217ee729227f30da8ec1 (diff)
parent0a4de9160ede107a82167ffddcce71ffca8fde6d (diff)
Merge pull request #220 from sifive/update-docs
Update docs for v201903-rc2
Diffstat (limited to 'doc/sphinx/conf.py')
-rw-r--r--doc/sphinx/conf.py4
1 files 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 ---------------------------------------------------