-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Locally hosted RTD instance doesn't allow git file:/// URLs #4061
Comments
Makes sense to me. It should be easy to grep for the git logic we use for Git urls, and then to extend that to match this protocol. Would you be interested in helping with a PR? |
Yes, I can help with a PR. Let me look at the code...
sob., 5 maj 2018, 00:34 użytkownik Richard Littauer <
[email protected]> napisał:
… Makes sense to me. It should be easy to grep for the git logic we use for
Git urls, and then to extend that to match this protocol. Would you be
interested in helping with a PR?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4061 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJfmUSSktUPlqpUQhCXyaxOHrWxDzcBaks5tvNd1gaJpZM4TzPy_>
.
|
These are disallowed on readthedocs.org for security reasons. If the work here gets completed it should probably be an option that is disabled by default. |
|
I'm re labelling this since it's not a bug in RTD but a feature that is useful for local RTD installation. Marking as Community Effort. |
Details
I installed a local RTD instance according to the Installation guide and imported test project. Now, I want to import my git project manually,
Expected Result
I expected that the instance should accept all valid Git URLs.
Actual Result
When I enter file:///.../../x.git URL, the manual import page shows "Invalid scheme for URL" error. I checked that I can clone this URL from a terminal.
The text was updated successfully, but these errors were encountered: