Skip to content

#3757 Split requirements/pip.txt #3767

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

Closed
wants to merge 2 commits into from
Closed

#3757 Split requirements/pip.txt #3767

wants to merge 2 commits into from

Conversation

irkartik
Copy link
Contributor

No description provided.

Copy link
Member

@humitos humitos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

I think it's close enought to get merged. Please, take a look at the small comments that I left.

Althought, when I linked the python_environment.py file I realize that even when we use LocalBuildEnvironment we install the default packages using Virtualenv.install_core_requirements so, now I'm wondering if we need this packages at all.

docutils==0.11
Sphinx==1.5.3
sphinx_rtd_theme==0.2.5b1
readthedocs-build<2.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is needed in pip.txt since it's used to parse the YAML file even when the docs are built under Docker.

@@ -0,0 +1,9 @@
mkdocs==0.14.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should match all the versions that we are installing here with the ones that we are installing by default at

https://github.com/rtfd/readthedocs.org/blob/8f2d59cdcdee0050feece79465d1a6c5c903ecf5/readthedocs/doc_builder/python_environments.py#L195-L228

@irkartik
Copy link
Contributor Author

hi @humitos , I have referenced the changes in a new pull request #3783 as I noticed I had been making the changes in my master branch. Hope that might not cause an issue :)

@irkartik irkartik closed this Mar 13, 2018
@humitos
Copy link
Member

humitos commented Mar 13, 2018

Can you make the changes here in this PR? Otherwise it difficult to review and confusing.

@irkartik
Copy link
Contributor Author

Actually I messed up the code in the local repo trying to make it in sync with the repo at readthedocs.org, resulting in complete deletion of the repo. I had to reclone the repository.
I guess I can make changes on the browser itself. If you prefer shall I make changes on the browser itself? Otherwise the changes has been addressed in PR #3783 . Sorry for any inconvenience caused :(

@irkartik
Copy link
Contributor Author

@humitos I assure you, it would not be confusing to review PR #3783 . I have made changes there starting from scratch. You can just ignore this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants