You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove documentation builds from Travis.
* Enable docs build on CircleCI.
* Ensure we have tags on CircleCI.
This helps to provide a reasonable version number.
* Attempt to use CircleCI 2.0.
* Remove mencoder from doc build.
It's not available on jessie, the distro on which CircleCI's docker
image is based.
* ci: Install doc requirements in user directory.
The docker image does not appear to be running as root.
* ci: Use explicit path to linkchecker.
* ci: Try to remove redundancy in CircleCI config.
* ci: Store doc artifacts after CircleCI build.
* ci: Rename CircleCI build names to be clearer.
Add 'doc-' prefix so that it will be clear on the GitHub status list
what these builds are doing.
* ci: Print out documentation link at end of build.
* ci: Re-add documentation deploy script on CircleCI.
* ci: Delete existing files before deploying docs.
Otherwise, random files might be left over, such as the old gallery.html
that was removed when switching to sphinx-gallery.
* ci: Bundle and store sphinx-gallery artifacts also.
0 commit comments