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
Pins sphinx to 1.6.5 #468
Pins sphinx to 1.6.5 #468
Conversation
| @@ -51,7 +51,8 @@ | |||
| # create a virtualenv in which to install packages needed to build docs | |||
| virtualenv -p /usr/bin/python3 --system-site-packages ~/docs_ve | |||
| source ~/docs_ve/bin/activate | |||
| pip3 install celery 'django<2' django-filter djangorestframework==3.6.4 djangorestframework-jwt drf-nested-routers psycopg2 sphinx git+https://github.com/snide/sphinx_rtd_theme.git@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26 pyyaml virtualenv | |||
| pip3 install celery 'django<2' django-filter djangorestframework==3.6.4 | |||
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.
Why the newline, and will this be problematic?
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.
In editors that are set to not wrap code, this line of code is hard to read and edit as-is. I suspect a backslash is necessary, though.
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 think Jeremy is right about a backslash being necessary here
| @@ -126,7 +127,8 @@ | |||
| # create a virtualenv in which to install packages needed to build docs | |||
| python3 -m venv --system-site-packages ~/docs_ve | |||
| source ~/docs_ve/bin/activate | |||
| pip3 install celery sphinxcontrib-swaggerdoc 'django<2' django-filter djangorestframework djangorestframework-jwt drf-nested-routers psycopg2 sphinx git+https://github.com/snide/sphinx_rtd_theme.git@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26 pyyaml virtualenv | |||
| pip3 install celery sphinxcontrib-swaggerdoc 'django<2' django-filter | |||
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.
Please add a backslash here, too.
|
The docs builder issues were fixed via updating the docs. So we do not need to pin sphinx to 1.6.5 |
No description provided.