-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Pip install doesn't use editable option. #4944
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
Comments
You are right. I think we should remove the
This doesn't sound like a good way to configure the project to me. |
Well sphinx actually encourages it, particularly with autodoc. From its default conf.py:
|
I don't see any mention of installing the package in dev mode when modifying the path. |
Is a PR still required @coady |
@monsij yes, it is. |
Could you describe what is to be done ? |
Just that #4944 (comment) |
@monsij |
Yeah,i've started to work. Anyways you can continue. I'll find another :-) @dojutsu-user |
@monsij |
Details
The yaml config documentation states that
pip install
is run in editable mode:Expected Result
Actual Result
But it doesn't use the
-e
option. This can break builds which rely on setting a relative path indocs/conf.py
.The text was updated successfully, but these errors were encountered: