-
-
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
Changes from 3 commits
2837933
29a1c2d
60c1c92
f75778e
c52fe13
e9e14e6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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 | ||
|
||
# Docs | ||
sphinxcontrib-httpdomain==1.7.0 | ||
sphinx-prompt==1.0.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suppose that these two packages are for building our own docs and not for building user's documentation. So, these should probably go into a different reqs file maybe. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wasn't aware of that these are only for RTD docs.
Since these are RTD-only requirements, we can put it back in the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Well, they are not required to "run Read the Read software" but to build the docs of it. So, basically, we should use this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay. |
||
|
||
# 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 was deleted.
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 | ||
|
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