Syntaf / travis-sphinx

A standalone script for automated building and deploying of sphinx docs via travis-ci
GNU General Public License v3.0
113 stars 20 forks source link

Default source changed #28

Closed mrichar1 closed 6 years ago

mrichar1 commented 6 years ago

Docs say source will be docs/source but https://github.com/Syntaf/travis-sphinx/commit/143798b1252076aedb7d46be14960843ee5cb49f sets this to now be doc/source

Syntaf commented 6 years ago

Whoops, this change was not intended. When I'm back home today i will fix this and update the pypi repo ASAP

Thanks for the bug report!

mrichar1 commented 6 years ago

Having now run it a few times it actually seems to make 2 changes: source: docs/source -> doc/source and output: target/docs/build -> doc/build (though the latter is less critical). Thanks for having a look at this!

Syntaf commented 6 years ago

Should be fixed in https://pypi.python.org/pypi/travis-sphinx/2.0.1 , let me know if I broke more stuff :)