Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TST: Add Python 3.7 to CI testing (#11598) | cclauss | 2018-07-22 | 1 | -1/+1 |
| | | | | | Add testing with Python 3.7 to both appveyor and travis. | ||||
* | BUILD: add latex to circleci doc build | mattip | 2018-04-29 | 1 | -1/+1 |
| | |||||
* | maybe controversial - scipy.special required by mtrand.pyx docstrings | mattip | 2018-04-10 | 1 | -0/+1 |
| | |||||
* | Fix script name for pushing NEP docs to repo | Stefan van der Walt | 2018-04-01 | 1 | -1/+1 |
| | |||||
* | Install graphviz on CircleCI | Stefan van der Walt | 2018-03-22 | 1 | -0/+2 |
| | |||||
* | TST, DOC: Upload devdocs and neps after circleci build (#10702) | Stefan van der Walt | 2018-03-16 | 1 | -2/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upload devdocs and neps after build * Install numpydoc * Fix masked array documentation injection `doc_note` appends a `Notes` section to docstrings, which may lead to duplicate sections. * Add deploy key for neps repo Note that we have to explicitly reset the ~/.ssh/config to only leave one SSH key * Only deploy on master branch * Blow away previous dev docs after each upload * Add tool to upload files to remote repo * Remove numpydoc from pip install; it is included as a submodule * Avoid using invalid escape code * Rename repo upload tool * Use check_call to simplify doc pushing tool | ||||
* | Add CircleCI builder for devdocs | Stefan van der Walt | 2018-01-27 | 1 | -0/+61 |