Skip to content

Commit

Permalink
bug fix sifive#567
Browse files Browse the repository at this point in the history
  • Loading branch information
megha-an committed Feb 18, 2021
1 parent 2e9d191 commit ff3bb83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import lsb_release

# import sys
# sys.path.insert(0, os.path.abspath('.'))

Expand All @@ -24,7 +26,9 @@
author = 'SiFive Inc.'

# The short X.Y version
distro_info = lsb_release.get_distro_information()
#version = os.environ['RELEASE_TAG']
release = distro_info['RELEASE']
# The full version, including alpha/beta/rc tags
#release = version

Expand Down

0 comments on commit ff3bb83

Please sign in to comment.