-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
[MRG+1] MAINT Upgrade to sphinx 1.6.2 #9227
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
Conversation
|
@lesteve stupid me, we don't run latex on PR, but locally it built for me. |
| A dictionary containing the requested Gaussian Process model | ||
| parameters: | ||
| sigma2 |
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.
Apart from being over indented what's the problem here? Isn't this otherwise a valid rst definition list?
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'll check a bit more but the bottom line is that it leads to a "too deeply nested" error.
sklearn/preprocessing/label.py
Outdated
| If None, the threshold is assumed to be half way between | ||
| neg_label and pos_label. | ||
| Threshold used in the binary and multi-label cases. Use 0 when, |
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.
No comma after when please
| def reduced_likelihood_function(self, theta=None): | ||
| """ | ||
| This function determines the BLUP parameters and evaluates the reduced | ||
| """This function determines the BLUP parameters and evaluates the reduced |
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.
This should really be a single line summary.
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.
Sorry emacs auto-saving
doc/about.rst
Outdated
| <input type="hidden" name="hosted_button_id" value="74EYUMF3FTSW8"> | ||
| <input type="image" | ||
| src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" | ||
| src="http://www.pngall.com/wp-content/uploads/2016/05/PayPal-Donate-Button-High-Quality-PNG.png" |
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.
Not necessary to chance for latex. It won't render this html
|
LGTM. |
|
you can force latex builds with the right commit message iirc. |
| # Configure the conda environment and put it in the path using the | ||
| # provided versions | ||
| conda create -n $CONDA_ENV_NAME --yes --quiet python numpy scipy \ | ||
| cython nose coverage matplotlib sphinx=1.5 pillow |
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.
do we not want to pin it to 1.6.2?
|
lgtm though I might sleep better if it's pinned. |
|
Thanks a lot for debugging this! Merging. |
@lesteve I upgraded to sphinx 1.6.2, I replaced the
gifby some equivalentpngand solve the latex error due totoo deep nestedstuff.hope it will turn green