-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Split requirements/pip.txt #5100
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
Merged
ericholscher
merged 6 commits into
readthedocs:master
from
dojutsu-user:split-requirements-file
Jan 15, 2019
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
2837933
Split requirements files
dojutsu-user 29a1c2d
add modifications
dojutsu-user 60c1c92
add pygments to lint.txt
dojutsu-user f75778e
make docs.txt
dojutsu-user c52fe13
move docs requirements back to local-docs-build
dojutsu-user e9e14e6
edit readthedocs.yml
dojutsu-user File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Required for building RTD docs | ||
-r local-docs-build.txt | ||
sphinxcontrib-httpdomain==1.7.0 | ||
sphinx-prompt==1.0.0 | ||
|
||
# commonmark 0.5.5 is the latest version compatible with our docs, the | ||
# newer ones make `tox -e docs` to fail | ||
commonmark==0.5.5 | ||
|
||
recommonmark==0.4.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Base packages | ||
docutils==0.14 | ||
Sphinx==1.8.3 | ||
sphinx_rtd_theme==0.4.2 | ||
sphinx-tabs==1.1.10 | ||
# Required to avoid Transifex error with reserved slug | ||
# https://github.com/sphinx-doc/sphinx-intl/pull/27 | ||
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl | ||
|
||
Pygments==2.3.1 | ||
|
||
mkdocs==1.0.4 | ||
Markdown==3.0.1 |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
-r pip.txt | ||
-r local-docs-build.txt | ||
|
||
django-dynamic-fixture==2.0.0 | ||
pytest==4.0.2 | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I put this here because it was required to make the
lint
tests.This gets repeated here as it was already moved to the
local_docs_build.txt