scipy / scipy-sphinx-theme

Sphinx theme for SciPy documentation and websites
Other
17 stars 26 forks source link

MAINT: Add CircleCI #15

Closed larsoner closed 5 years ago

larsoner commented 5 years ago

pip install latest prerelease of SciPy (for speed, no need to build), then build latest docs.

Won't work until CircleCI is enabled for the repo.

larsoner commented 5 years ago

Looks like it's working:

https://17-9845182-gh.circle-artifacts.com/0/html-scipyorg/index.html

larsoner commented 5 years ago

(BTW, I gave up on using SciPy wheels because https://github.com/scipy/scipy/issues/10289 causes CircleCI failures, for example here)

larsoner commented 5 years ago

I'll go ahead and merge this one, the real test will be with #14 where we see if the changes take effect (they should)

larsoner commented 5 years ago

For the record, I tried to keep code as similar as possible to scipy/scipy's .circleci/config.yml for ease of maintenance