doctr
doctr copied to clipboard
A tool for automatically deploying docs from Travis CI to GitHub pages.
We should probably propagate the return code if the --command command returns nonzero.
See for example https://travis-ci.org/github/sympy/sympy. It makes it hard to see the actual environment variables that are used to differentiate jobs. We might 1. Suggest people to put the secure key...
If someone does something like ``` cd doc make html doctr deploy . ``` then doctr will fail, because `doc` doesn't exist in the gh-pages branch. This may only occur...
Just wondering if / how folks have thought about handling multiple releases of a package. It seems like doctr is mostly just for showing the latest docs, which is mostly...
I got this email that I think was related to a doctr configure call: Hi @moorepants, You recently used a password to access an endpoint through the GitHub API using...
Hi all, I'm trying to set up a website for my repository at http://Meteodan.github.io/arpsEnKFtools/ I am very new to deploying web sites on GitHub and am relatively new to "respectable"...
See for instance https://travis-ci.com/Quansight/lsst_dashboard/jobs/263181340 ``` git fetch doctr_remote The authenticity of host 'github.com (192.30.253.112)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting...
I'm not sure if this is intentional, but if you mix these two flags, the whitelist is basically ignored, because --no-require-master always includes the current branch in the whitelist.
For instance ```pytb Traceback (most recent call last): File "/Users/aaronmeurer/anaconda3/bin/doctr", line 10, in sys.exit(main()) File "/Users/aaronmeurer/anaconda3/lib/python3.6/site-packages/doctr/__main__.py", line 572, in main return process_args(get_parser(config=config)) File "/Users/aaronmeurer/anaconda3/lib/python3.6/site-packages/doctr/__main__.py", line 260, in process_args return args.func(args,...
This should clarify some of the details mentioned in the `doctr deploy` documentation, specifically what "synchronization" is (`--no-sync` flag), and how `--command` fits in.