tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
235 stars 19 forks source link

Added sphinx-build script to autotest doc building #104

Closed tBuLi closed 7 years ago

tBuLi commented 7 years ago

Test building of the docs.

pckroon commented 7 years ago

Also, make sure you build the docs just once, rather than once for all Python versions. (And of course, d9ef052 isn't going to help if you have the lines commented ;)

tBuLi commented 7 years ago

Good point. From testing locally I found that with the new keywordonly function, the signature is read beautifully by sphinx in 3.5, but ignored in 2.7 because it still uses getargspec. So it's easy to choose where to build our docs.