summaryrefslogtreecommitdiff
path: root/doc/sphinx
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-03-29 11:19:28 -0700
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-03-29 11:22:18 -0700
commit42bc120367cdf216e01dd93df552dc9e98ea89b3 (patch)
treecfce80e7b78af808428cfa6a405fd826521c6d25 /doc/sphinx
parent34b8f2e150210051e06a8015b3b6bc296059477a (diff)
Generate docs for v201903
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'doc/sphinx')
-rw-r--r--doc/sphinx/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index df16ebb..a6be64a 100644
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -26,7 +26,7 @@ author = 'SiFive Inc.'
# The short X.Y version
version = "v201903"
# The full version, including alpha/beta/rc tags
-release = version + "-rc2"
+release = version
# -- General configuration ---------------------------------------------------