Commit graph

29 commits

Author SHA1 Message Date
Alex Gaynor
e2e8782405 Do more retries in linkcheck because NIST websites are down a lot (#3683) 2017-06-05 15:51:48 -10:00
Alex Gaynor
aef8ebc988 Ignore linkcheck errors from cryptrec (#3629) 2017-05-28 23:12:30 -05:00
Alex Gaynor
1c2458e0ce It is 2017, in UTC (#3342) 2016-12-31 16:53:11 -08:00
Alex Gaynor
8c399cd9a8 Delete a bunch of commented out defaults in docs/conf.py 2016-02-27 21:19:02 -05:00
Alex Gaynor
357f977bf4 Make the linkcheck builder more resillient against transient network errors.
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.
2016-02-13 09:58:38 -05:00
Alex Gaynor
9d36129136 Bump the copyright year 2016-01-01 13:27:03 -05:00
Paul Kehrer
45efdbc2f7 make our docs job nitpicky and fix every broken link 2015-02-12 17:33:20 -06:00
Alex Gaynor
9f6aa0f3f5 Bump some more years 2015-01-08 11:00:45 -08:00
Alex Gaynor
e9df2943a7 Use HTTPS for a number of URLs in the docs 2014-12-12 10:56:26 -08:00
Alex Gaynor
5951f46be6 Update the license header for every source file, as well as the documentation.
Fixes #1209
2014-11-16 09:08:42 -08:00
Donald Stufft
c62a78c015 Move the cryptography package into a src/ subdirectory
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.
2014-11-13 07:56:31 -05:00
Alex Gaynor
ffcf3b133c A new flake8 is out. Our code is bad again! 2014-03-26 13:10:10 -07:00
Alex Gaynor
c37feed731 Added future imports and licenses that are missing 2014-03-08 08:32:56 -08:00
David Reid
dd97bfef26 Specify the epub theme to fix the epub build on RTD. 2014-01-16 19:46:22 -08:00
Alex Gaynor
eb656bd97f Don't require sphinx spelling to be installed, for readthedocs benefit 2014-01-16 14:43:37 -06:00
Alex Gaynor
fc4e2b740f Try to run the spellchecker on travis 2014-01-10 07:30:51 -08:00
Alex Gaynor
2b22fae990 Compute the version in the same way as setup.py does 2014-01-06 13:19:33 -08:00
Alex Gaynor
dd1f5c5398 Bump the copyright year 2014-01-01 06:23:31 -08:00
Julian Krause
848f770c4a Update documentation again to make it clearer what this is for. Moved to using Coda Hale's post. 2013-12-12 20:55:39 -08:00
Julian Krause
d6f14daf49 Improve documentation. 2013-12-05 11:06:27 -08:00
Alex Gaynor
27283cfa43 Try to use the sphinx rtd theme locally if it's installed 2013-11-08 10:49:22 -08:00
Alex Gaynor
61570d0331 pep8 fix 2013-11-04 10:30:28 -08:00
Alex Gaynor
f986fe062b This is now the default theme on RTD 2013-11-04 09:50:21 -08:00
Alex Gaynor
af82d5eaed Made a sphinx extension which emits the hazardous materials danger admonition 2013-10-29 17:07:24 -07:00
Alex Gaynor
7728516367 Enable the new read the docs theme, it's pretty.
Refs: https://twitter.com/readthedocs/status/392794577918099456
2013-10-22 16:29:41 -07:00
Donald Stufft
235fa7199d Use the Sphinx doctest builder
This allows us to test our documentation snippets using the standard
"doctest" utility.
2013-08-11 17:54:13 -04:00
Alex Gaynor
c113c3b661 Python 3.2 compatibility 2013-08-07 08:36:20 -07:00
Alex Gaynor
d21da67719 Pep8 corrections to docs/conf.py 2013-08-07 08:12:16 -07:00
Alex Gaynor
c62e91f3ec Initial commit. Migrates over basic project files, and the OpenSSL bindings
from OpenTLS.
2013-08-06 19:31:02 -07:00