Commit Graph

8 Commits

Author SHA1 Message Date
jcb91 28e5ea42c9 [docs] quell various sphinx warnings 2017-02-06 00:42:05 +00:00
jcb91 14c36b93c0 [docs] use yaml-declared names in docs toc 2017-02-06 00:42:05 +00:00
Josh Barnes f58ad0ca18 [docs] log use or otherwise of symlinks in docs build 2016-12-05 17:53:10 +00:00
Josh Barnes 8b186e30d8 [docs] fix nbextensions rst path, overwrite installation, to cope with two builds in a row. 2016-12-04 16:12:24 +00:00
Josh Barnes 6dc8542d54 [docs] install nbextensions into docs before building
use symlinks on non-windows platforms
2016-12-03 19:05:59 +00:00
Josh Barnes bd8a047a57 [docs] fixes for some sphinx warnings 2016-12-03 18:34:43 +00:00
Josh Barnes 28adb2c828 fix docs typo
[skip CI]
2016-11-02 11:00:33 +00:00
Josh Barnes c8b8ec2fa0 new docs build method
* build docs through tox environment
 * build docs on travis. Travis build checks that we haven't broken docs which would get pushed to rtd
 * generate docs directly from repo markdown using recommonmark, rather than converting into new files with pandoc
 * unpin recommonmark version
 * remove redundant makefiles, rely on tox to do our docs building (we don't really reliably support anything bar html/json generation anyway)
 * remove redundant conda `docs/environment.yml`
 * fix docs version using `.bumpversion.cfg`
 * update docs readme
2016-11-01 23:29:40 +00:00