This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
make open doc happen error #567
Comments
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 #version = os.environ['RELEASE_TAG'] |
hi megha-an, version = os.environ['RELEASE_TAG'] on freedom-e-sdk/doc/sphinx/conf.py line 27 release = version on freedom-e-sdk/doc/sphinx/conf.py line 29 and then commit |
megha-an
added a commit
to megha-an/freedom-e-sdk
that referenced
this issue
Feb 18, 2021
megha-an
added a commit
to megha-an/freedom-e-sdk
that referenced
this issue
Feb 18, 2021
megha-an
added a commit
to megha-an/freedom-e-sdk
that referenced
this issue
Feb 18, 2021
megha-an
added a commit
to megha-an/freedom-e-sdk
that referenced
this issue
Feb 22, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when i make open doc, happen some error.
i change directory into doc, and make. happen:
The text was updated successfully, but these errors were encountered: