Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do more retries in linkcheck because NIST websites are down a lot (#3683) | Alex Gaynor | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | Ignore linkcheck errors from cryptrec (#3629) | Alex Gaynor | 2017-05-28 | 1 | -0/+5 |
| | |||||
* | It is 2017, in UTC (#3342) | Alex Gaynor | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | Delete a bunch of commented out defaults in docs/conf.py | Alex Gaynor | 2016-02-27 | 1 | -100/+0 |
| | |||||
* | Make the linkcheck builder more resillient against transient network errors. | Alex Gaynor | 2016-02-13 | 1 | -0/+4 |
| | | | | | | Not in a release yet, but landed on master: https://github.com/sphinx-doc/sphinx/pull/2312 We'll start at 2 retries and increase if it turns out to be insufficient to handle real world transient errors. | ||||
* | Bump the copyright year | Alex Gaynor | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | make our docs job nitpicky and fix every broken link | Paul Kehrer | 2015-02-12 | 1 | -1/+3 |
| | |||||
* | Bump some more years | Alex Gaynor | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Use HTTPS for a number of URLs in the docs | Alex Gaynor | 2014-12-12 | 1 | -1/+1 |
| | |||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
| | | | | Fixes #1209 | ||||
* | Move the cryptography package into a src/ subdirectory | Donald Stufft | 2014-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | Due to differences in how py.test determines which module to ``import`` the test suite actually runs against the cryptography which is in the *current* directory instead of the cryptography which is installed. The problem essentially boils down to when there is a tests/__init__.py then py.test adds the current directory to the front of the sys.path, causing it to take precedence over the installed location. This means that running the tests relies on the implicit compile that CFFI does instead of testing against what people will actually be runnning, which is the module compiled by setup.py. | ||||
* | A new flake8 is out. Our code is bad again! | Alex Gaynor | 2014-03-26 | 1 | -45/+37 |
| | |||||
* | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 1 | -0/+16 |
| | |||||
* | Specify the epub theme to fix the epub build on RTD. | David Reid | 2014-01-16 | 1 | -0/+2 |
| | |||||
* | Don't require sphinx spelling to be installed, for readthedocs benefit | Alex Gaynor | 2014-01-16 | 1 | -1/+8 |
| | |||||
* | Try to run the spellchecker on travis | Alex Gaynor | 2014-01-10 | 1 | -0/+1 |
| | |||||
* | Compute the version in the same way as setup.py does | Alex Gaynor | 2014-01-06 | 1 | -4/+7 |
| | |||||
* | Bump the copyright year | Alex Gaynor | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Update documentation again to make it clearer what this is for. Moved to ↵ | Julian Krause | 2013-12-12 | 1 | -2/+0 |
| | | | | using Coda Hale's post. | ||||
* | Improve documentation. | Julian Krause | 2013-12-05 | 1 | -0/+1 |
| | |||||
* | Try to use the sphinx rtd theme locally if it's installed | Alex Gaynor | 2013-11-08 | 1 | -4/+12 |
| | |||||
* | pep8 fix | Alex Gaynor | 2013-11-04 | 1 | -1/+0 |
| | |||||
* | This is now the default theme on RTD | Alex Gaynor | 2013-11-04 | 1 | -3/+0 |
| | |||||
* | Made a sphinx extension which emits the hazardous materials danger admonition | Alex Gaynor | 2013-10-29 | 1 | -1/+5 |
| | |||||
* | Enable the new read the docs theme, it's pretty. | Alex Gaynor | 2013-10-22 | 1 | -0/+4 |
| | | | | Refs: https://twitter.com/readthedocs/status/392794577918099456 | ||||
* | Use the Sphinx doctest builder | Donald Stufft | 2013-08-11 | 1 | -0/+1 |
| | | | | | This allows us to test our documentation snippets using the standard "doctest" utility. | ||||
* | Python 3.2 compatibility | Alex Gaynor | 2013-08-07 | 1 | -8/+8 |
| | |||||
* | Pep8 corrections to docs/conf.py | Alex Gaynor | 2013-08-07 | 1 | -25/+28 |
| | |||||
* | Initial commit. Migrates over basic project files, and the OpenSSL bindings | Alex Gaynor | 2013-08-06 | 1 | -0/+246 |
from OpenTLS. |