Alex Gaynor
0ecb4c5644
linkcheck: remove domain that fixed it's tls from ignore ( #5144 )
2020-03-19 22:34:30 -05:00
Alex Gaynor
416d6856f1
Fixed linkcheck ( #5142 )
...
* Fixed linkcheck
* linkcheck
2020-03-19 14:18:04 -05:00
Paul Kehrer
97570e6445
we're done here ( #4991 )
2019-09-09 07:17:44 -05:00
Alex Gaynor
b5e34e4990
Set a timeout for linkcheck ( #4870 )
2019-05-04 12:15:44 -04:00
Alex Gaynor
2a5eddcc7a
Un-linkcheck-ignore a domain that's now properly serving a chain ( #4859 )
2019-04-27 14:03:49 -05:00
Alex Gaynor
f709ce5c5c
... regular expressions... what can you do? ( #4849 )
...
* ... regular expressions... what can you do?
* These are raw strings
2019-04-17 12:11:49 +08:00
Alex Gaynor
6b98a52756
It's fixed! ( #4851 )
2019-04-17 08:01:33 +08:00
Alex Gaynor
f5e7855481
Yet Another Broken Webserver ( #4848 )
2019-04-16 22:21:58 +08:00
Alex Gaynor
020caf99a7
More linkcheck ignores ( #4844 )
2019-04-13 11:34:31 +08:00
Alex Gaynor
95c460bb0a
Update linkcheck ignores for the latest nonsense ( #4838 )
2019-04-12 08:11:33 +08:00
Alex Gaynor
9fba77113a
Ignore the Russian CA for now ( #4827 )
2019-04-01 17:57:52 +13:00
Alex Gaynor
46cec4d935
Apparently NIST crypto resources are essential to life and property ( #4721 )
2019-01-20 20:31:22 -06:00
Alex Gaynor
d7c0c14922
Bump this way up and see if it helps ( #4713 )
2019-01-17 20:32:08 -06:00
Alex Gaynor
a2156b0b8e
Don't try to linkcheck nist links for the time being ( #4668 )
2019-01-01 19:06:01 -06:00
Alex Gaynor
c73367a61c
Jenkins is fixed! ( #4630 )
2018-12-09 11:18:07 +08:00
Alex Gaynor
84f6c1b206
Whitelist NTT for linkcheck ( #4547 )
2018-10-30 11:18:41 +08:00
Alex Gaynor
a9feff3d43
Update the linkcheck ignores ( #4511 )
...
* Update the linkcheck ignores
* Hack?
* Ok, this should work
2018-10-24 07:59:55 +08:00
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