[MRG+1] MAINT Upgrade to sphinx 1.6.2#9227
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.
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.
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, |
| 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.
This should really be a single line summary.
There was a problem hiding this comment.
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.
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.
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