Skip to content
This repository was 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
megha-an wants to merge 4 commits intosifive:masterfrom
megha-an:master
Open

fixed bug id #567 - fixed make issue while creating doc#584
megha-an wants to merge 4 commits intosifive:masterfrom
megha-an:master

Conversation

@megha-an
Copy link
Copy Markdown

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.

1 participant