summaryrefslogtreecommitdiff
path: root/.circleci
Commit message (Collapse)AuthorAgeFilesLines
* BLD: don't use -q in sphinx buildmattip2020-10-071-5/+2
|
* BLD: try merging in a separate stepmattip2020-10-071-3/+6
|
* Update .circleci/config.ymlMatti Picus2020-10-071-5/+1
| | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
* BLD: circleCI- merge before build, add -n to sphinxmattip2020-10-071-1/+15
|
* BUILD: try python 3.8.4mattip2020-09-131-4/+3
|
* WIP, BUILD: start to debug circleCI failuresmattip2020-09-131-3/+3
|
* BLD: try to store NEP artifacts for previewmattip2020-08-141-2/+2
|
* rework build to invoke doc_requirements.txtmattip2020-08-141-5/+3
|
* BLD: pin setuptools<49.2.0mattip2020-08-031-1/+1
|
* DOC, TST: enable refguide_check in circleci (#15848)Pierre de Buyl2020-03-291-1/+9
| | | | * DOC: fix traceback message to pass refguide_check * DOC, TST: add refguide_check to circleci
* DOC, BLD: sphinx 2.2.0 -> 2.3.1 to get rid of deprecation warningmattip2020-01-201-1/+1
|
* Merge pull request #14356 from qwhelan/sphinxRalf Gommers2019-09-251-1/+1
|\ | | | | DOC: support and require sphinx>=2.2
| * DOC, BUILD: use sphinx 2.2.0, add autosummary/base.rst for propertiesmattip2019-09-151-1/+1
| |
| * DOC: support and require sphinx>=2.1.2Christopher Whelan2019-09-141-1/+1
| |
* | DOC,MAINT: Build release notes during CircleCI stepSebastian Berg2019-09-151-0/+8
|/ | | | | For the moment, this requires te use for the development version of towncrier.
* BUILD: adapt "make version-check" to "make dist"mattip2019-07-141-0/+1
|
* BENCH: convert bencmarks to asv formatmattip2019-05-201-1/+1
| | | | | | | remove files that were part of the origal repo rework randomgen docs to integrate with numpy and fix some links remove convenience functions, require explicit call to gen.brng move code out of numpy.random.randomgen into numpy.random
* BUG: Correct handling of nansKevin Sheppard2019-05-201-1/+1
| | | | | | | | Improve consistency of nan handling Prevent nans prducing values from int functions Add tests to ensure guards work Synchronize with randomgen Remove comments no longer relevant
* BUILD: pin sphinx to before-2.0.0mattip2019-03-281-1/+1
|
* BUILD: use 'quiet' when building docsmattip2019-03-151-2/+2
|
* BUILD: sphinx 1.8.3 can be used with our outdated templatesmattip2019-03-041-1/+1
|
* TST: store circleci devdocs artifactTyler Reddy2018-11-071-3/+2
|
* BLD: pin sphinx to 1.7.9mattip2018-09-281-1/+1
|
* TST: Add Python 3.7 to CI testing (#11598)cclauss2018-07-221-1/+1
| | | | | Add testing with Python 3.7 to both appveyor and travis.
* BUILD: add latex to circleci doc buildmattip2018-04-291-1/+1
|
* maybe controversial - scipy.special required by mtrand.pyx docstringsmattip2018-04-101-0/+1
|
* Fix script name for pushing NEP docs to repoStefan van der Walt2018-04-011-1/+1
|
* Install graphviz on CircleCIStefan van der Walt2018-03-221-0/+2
|
* TST, DOC: Upload devdocs and neps after circleci build (#10702)Stefan van der Walt2018-03-161-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 devdocsStefan van der Walt2018-01-271-0/+61