From: Richard M. <mu...@cd...> - 2015-11-09 17:55:03
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 7e118e9dac4f45da3d1aa408240b738158ce2f3f https://github.com/python-control/python-control/commit/7e118e9dac4f45da3d1aa408240b738158ce2f3f Author: Clancy Rowley <cwr...@pr...> Date: 2015-11-04 (Wed, 04 Nov 2015) Changed paths: M doc-requirements.txt Log Message: ----------- Install sphinx from github on readthedocs There is a bug in sphinx 1.3.1 that breaks the autosummary tables. This is fixed in the version of sphinx on github (though not in any official release), and this commit tells readthedocs.org to use the github version. Commit: f994f08e46b04c5c7c25b780e6d1306dab3d4e93 https://github.com/python-control/python-control/commit/f994f08e46b04c5c7c25b780e6d1306dab3d4e93 Author: Clancy Rowley <cwr...@pr...> Date: 2015-11-04 (Wed, 04 Nov 2015) Changed paths: M .travis.yml Log Message: ----------- Install slycot before control in Travis build Travis build was failing because of a version mismatch between numpy version used to build control and that used to build slycot Commit: 49045ca3dc138dd5ad63b0bbda921c6b7693918d https://github.com/python-control/python-control/commit/49045ca3dc138dd5ad63b0bbda921c6b7693918d Author: Richard Murray <mu...@cd...> Date: 2015-11-09 (Mon, 09 Nov 2015) Changed paths: M .travis.yml M doc-requirements.txt Log Message: ----------- Merge pull request #72 from cwrowley/fix-rtd Fix autosummary tables on readthedocs Compare: https://github.com/python-control/python-control/compare/b03e294e85af...49045ca3dc13 |