-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Documentation on requirements.txt usage #3426
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
First time aspiring contributor here (poised to dip toe in water). |
@kchawla-pi Welcome! While I can't help you technically here, @humitos might be able to. |
@kchawla-pi Hi! Thanks for showing your interest! The idea is to write a guide on how to use the
Let me know if that clarifies the situation. Thanks! |
while installing it i faced problem installing modules, like you have to manually install some of the modules with version wise. |
Is this issue still up for taking ? |
@apoorvkhare07 sure, a PR is welcome. |
I have the first draft ready for review., pending addition of doc-links . I am having trouble using pre-commit. It is giving me the error:
Since I am pushing to my fork, I don't understand why I need ssh key authentication. Working to fix it. In accordance with fail fast and early, I am submitting a PR. I do not wish to increase your work and will continue to figure out making |
@kchawla-pi Thanks for updating us on your progress! That particular error couldn't be the fault of Read the Docs; it must be something involving your local environment. I would troubleshoot your git instance, and see which remotes you are accessing. |
Thanks, I'll check them. |
@kchawla-pi Are you still working on this. If you are not may I take this up? |
@bansalnitish I am. |
@kchawla-pi could you update the PR description with "Closes #3426"? so GitHub will link this issue and others can see that you are already working on this :) |
Thanks @stsewd . I will remember to do this in future contributions. |
@kchawla-pi you only need to update the PR description, no the tittle :) |
Resolved in #4212 |
I was surprised we don't discuss how to use requirements.txt, though it's a pretty widely used feature.
We should add a walkthrough (under
guides/
for now) on how to userequirements.txt
, both with our admin, but also with ourreadthedocs.yml
file.This would be a great place to contribute if you are a user of Read the Docs, and have some familiarity with reST or writing documentation.
The text was updated successfully, but these errors were encountered: