Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Conversation

dkliban
Copy link
Member

@dkliban dkliban commented Jan 11, 2018

No description provided.

@@ -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
Copy link
Collaborator

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?

Copy link
Contributor

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.

Copy link
Collaborator

@dralley dralley left a 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
Copy link
Contributor

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.

@werwty werwty closed this Feb 16, 2018
@werwty
Copy link
Contributor

werwty commented Feb 16, 2018

The docs builder issues were fixed via updating the docs. So we do not need to pin sphinx to 1.6.5

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.

None yet

4 participants