Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

fixed bug id #567 - fixed make issue while creating doc #584

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

megha-an
Copy link

There is a keyError for RELEASE_TAG variable

because there is no environ variable with key name RELEASE_TAG

code:

os.environ['RELEASE_TAG'] in /usr/lib/python3/dist-packages/sphinx/config.py is trying to fetch the RELEASE_TAG variable value , which is not present in os.environ

so it is throwing KeyError: 'RELEASE_TAG'

solution :

I commented these two lines and run make
it works

#version = os.environ['RELEASE_TAG']
#release = version

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant