-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sphinx-version-warning might require write permissions in /usr/local/lib
#22
Comments
Yes. Please. How are you installing it? |
@humitos in a container. If you want, the "easiest" way to replicate it is to do:
you will see something like:
|
I know the issue. I'll fix it this week. Thanks for the report |
@humitos any updates ? |
Hi! I had no time to take a look at this yet 😞. I'm sorry. |
In case you want to play a little with this, the problem is at this line https://github.com/humitos/sphinx-version-warning/blob/master/versionwarning/signals.py#L7 That path should be something writable by the user without root permissions. Currently, it's based on the |
... and propose a PR ;) |
This happens to me too while building python-marshmallow (as non-root user). |
@pgajdos how are you installing the extension? are you also using docker? are you building under Read the Docs? |
I am installing it in minimal change root (automated build of python-marshmallow). |
(If I should perform some tests on the change root, let me know.) |
Update the version of the base image used for the docs-builder image. A few packages have changed name and need to be updated. The path for the workaround in the add-on for printing a warning banner on older versions of the documentation also needs an update (alas, the related issue humitos/sphinx-version-warning#22 is still not solved). Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Update the version of the base image used for the docs-builder image. A few packages have changed name and need to be updated. The path for the workaround in the add-on for printing a warning banner on older versions of the documentation also needs an update (alas, the related issue humitos/sphinx-version-warning#22 is still not solved). Signed-off-by: Quentin Monnet <quentin@isovalent.com>
@humitos let me know if you need more info
The text was updated successfully, but these errors were encountered: