-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Stop vendoring sphinx-gallery #9403
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
Because sphinx keeps doing incompatible changes which require sphinx_gallery changes to build any docs.
Fair enough, I see little benefit to have a fixed version inside scikit-learn |
+1 since the other solution would be to vendor sphinx ;) |
hm circle seems to have some issues right now? I'd like to confirm this build correctly. |
Circle's done, but seems to have run a quick build, so no plots: https://12264-843222-gh.circle-artifacts.com/0/home/ubuntu/scikit-learn/doc/_build/html/stable/auto_examples/index.html |
1 similar comment
Circle's done, but seems to have run a quick build, so no plots: https://12264-843222-gh.circle-artifacts.com/0/home/ubuntu/scikit-learn/doc/_build/html/stable/auto_examples/index.html |
With the plots: https://12279-843222-gh.circle-artifacts.com/0/home/ubuntu/scikit-learn/doc/_build/html/stable/index.html Some of them ran but failed to produce a plot |
I am fine with stopping to vendor sphinx-gallery. Small comment: you will need to update the instructions regarding generating the html documentation locally and add |
probably unrelated, but yields
Also look at these nice errors:
|
@lesteve was that the documentation you meant? @ogrisel @GaelVaroquaux opinions? |
Looks good |
remove outdated comment fix also for FeatureUnion [MRG+2] Limiting n_components by both n_features and n_samples instead of just n_features (Recreated PR) (scikit-learn#8742) [MRG+1] Remove hard dependency on nose (scikit-learn#9670) MAINT Stop vendoring sphinx-gallery (scikit-learn#9403) CI upgrade travis to run on new numpy release (scikit-learn#9096) CI Make it possible to run doctests in .rst files with pytest (scikit-learn#9697) * doc/datasets/conftest.py to implement the equivalent of nose fixtures * add conftest.py in root folder to ensure that sklearn local folder is used rather than the package in site-packages * test doc with pytest in Travis * move custom_data_home definition from nose fixture to .rst file [MRG+1] avoid integer overflow by using floats for matthews_corrcoef (scikit-learn#9693) * Fix bug#9622: avoid integer overflow by using floats for matthews_corrcoef * matthews_corrcoef: cosmetic change requested by jnothman * Add test_matthews_corrcoef_overflow for Bug#9622 * test_matthews_corrcoef_overflow: clean-up and make deterministic * matthews_corrcoef: pass dtype=np.float64 to sum & trace instead of using astype * test_matthews_corrcoef_overflow: add simple deterministic tests TST Platform independent hash collision tests in FeatureHasher (scikit-learn#9710) TST More informative error message in test_preserve_trustworthiness_approximately (scikit-learn#9738) add some rudimentary tests for meta-estimators fix extra whitespace in error message add missing if_delegate_has_method in pipeline don't test tuple pipeline for now only copy list if not list already? doesn't seem to help?
Because sphinx keeps doing incompatible changes which require sphinx_gallery changes to build any docs.
Fixes #9189.