travis-sphinx icon indicating copy to clipboard operation
travis-sphinx copied to clipboard

A standalone script for automated building and deploying of sphinx docs via travis-ci

Results 8 travis-sphinx issues
Sort by recently updated
recently updated
newest added

Hello, For pages of organisations or users, github requires to deploy the content to the master branch. How to make travis-sphinx to do it? Thanks, Sylwester

The exception was never being thrown because `GH_TOKEN` was never `None`. Accidentally introduced in https://github.com/Syntaf/travis-sphinx/commit/10e0f2576bfec825c0fd1ab1c2375e59fa1b8298.

Hi, I see at https://github.com/Syntaf/travis-sphinx/blob/master/travis_sphinx/build.py#L36 that it is not possible to specify a custom builder? Can you fix this, please? Thank you!

For some reason I get a ModuleNotFoundError [here](https://github.com/Syntaf/travis-sphinx/blob/master/travis_sphinx/build.py#L7), which is not caught by the try/except-block. This happens when my Sphinx version is below 1.7. More precisely, I get: > Traceback...

Hello everyone! Just a question: Would it be possible to implement documentation versioning into travis-sphinx (or is it already implemented)? At the moment, my doc on GitHub Pages is based...

There are a number of repos counting on the old source option and I'm not a fan of creating breaking changes (even when it's a major version upgrade honestly). I...

enhancement
good first issue

At first, thank you very much for providing this handy tool! Just recently (yesterday evening and this morning), I got the mentioned error messages. The related commands were: ``` if...

Would it be possible to remove this check? ``` python if sys.argv[-1] == 'deploy': print('outdir option not allowed for deploy') sys.exit(2) ``` I'm unable to change the target directory on...