Resolving docs issues (#128)

* Updating test matrix for 7.6 + removing oss for now.

* Resolving 7.6.0 docs issues
This commit is contained in:
stevedodson 2020-02-15 19:37:41 +01:00 committed by GitHub
parent 404e658a26
commit 1cfcd0ab2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -5,3 +5,5 @@ pytest>=5.2.1
git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master
numpydoc>=0.9.0
nbsphinx
scikit-learn
xgboost

View File

@ -2,8 +2,8 @@
python setup.py install
#jupyter nbconvert --to notebook --inplace --execute docs/source/examples/demo_notebook.ipynb
#jupyter nbconvert --to notebook --inplace --execute docs/source/examples/online_retail_analysis.ipynb
jupyter nbconvert --to notebook --inplace --execute docs/source/examples/demo_notebook.ipynb
jupyter nbconvert --to notebook --inplace --execute docs/source/examples/online_retail_analysis.ipynb
cd docs