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

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

@megha-an megha-an requested a review from bsousi5 as a code owner February 18, 2021 09:26
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