From ee7efa39a7c0f959e541995c8b04b0e274b817c3 Mon Sep 17 00:00:00 2001 From: Nien_Bohong Date: Wed, 10 Feb 2021 06:18:03 -0800 Subject: [PATCH] fix make doc problem --- 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 5688a5d52..fea64f5ca 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -24,9 +24,9 @@ author = 'SiFive Inc.' # The short X.Y version -version = os.environ['RELEASE_TAG'] +# version = os.environ['RELEASE_TAG'] # The full version, including alpha/beta/rc tags -release = version +# release = version # -- General configuration ---------------------------------------------------