aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed linkcheck for CVE website configuration failure (#5169)Alex Gaynor2020-03-311-0/+2
|
* linkcheck: remove domain that fixed it's tls from ignore (#5144)Alex Gaynor2020-03-191-2/+0
|
* Fixed linkcheck (#5142)Alex Gaynor2020-03-191-0/+2
| | | | | * Fixed linkcheck * linkcheck
* we're done here (#4991)Paul Kehrer2019-09-091-0/+2
|
* Set a timeout for linkcheck (#4870)Alex Gaynor2019-05-041-0/+2
|
* Un-linkcheck-ignore a domain that's now properly serving a chain (#4859)Alex Gaynor2019-04-271-2/+0
|
* ... regular expressions... what can you do? (#4849)Alex Gaynor2019-04-171-3/+3
| | | | | | * ... regular expressions... what can you do? * These are raw strings
* It's fixed! (#4851)Alex Gaynor2019-04-171-2/+0
|
* Yet Another Broken Webserver (#4848)Alex Gaynor2019-04-161-0/+2
|
* More linkcheck ignores (#4844)Alex Gaynor2019-04-131-0/+2
|
* Update linkcheck ignores for the latest nonsense (#4838)Alex Gaynor2019-04-121-1/+1
|
* Ignore the Russian CA for now (#4827)Alex Gaynor2019-04-011-0/+2
|
* Apparently NIST crypto resources are essential to life and property (#4721)Alex Gaynor2019-01-201-2/+0
|
* Bump this way up and see if it helps (#4713)Alex Gaynor2019-01-171-1/+1
|
* Don't try to linkcheck nist links for the time being (#4668)Alex Gaynor2019-01-011-0/+2
|
* Jenkins is fixed! (#4630)Alex Gaynor2018-12-091-5/+0
|
* Whitelist NTT for linkcheck (#4547)Alex Gaynor2018-10-301-0/+2
|
* Update the linkcheck ignores (#4511)Alex Gaynor2018-10-241-2/+5
| | | | | | | | * Update the linkcheck ignores * Hack? * Ok, this should work
* Do more retries in linkcheck because NIST websites are down a lot (#3683)Alex Gaynor2017-06-051-1/+1
|
* Ignore linkcheck errors from cryptrec (#3629)Alex Gaynor2017-05-281-0/+5
|
* It is 2017, in UTC (#3342)Alex Gaynor2016-12-311-1/+1
|
* Delete a bunch of commented out defaults in docs/conf.pyAlex Gaynor2016-02-271-100/+0
|
* Make the linkcheck builder more resillient against transient network errors.Alex Gaynor2016-02-131-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 yearAlex Gaynor2016-01-011-1/+1
|
* make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-1/+3
|
* Bump some more yearsAlex Gaynor2015-01-081-1/+1
|
* Use HTTPS for a number of URLs in the docsAlex Gaynor2014-12-121-1/+1
|
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
| | | | Fixes #1209
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-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 Gaynor2014-03-261-45/+37
|
* Added future imports and licenses that are missingAlex Gaynor2014-03-081-0/+16
|
* Specify the epub theme to fix the epub build on RTD.David Reid2014-01-161-0/+2
|
* Don't require sphinx spelling to be installed, for readthedocs benefitAlex Gaynor2014-01-161-1/+8
|
* Try to run the spellchecker on travisAlex Gaynor2014-01-101-0/+1
|
* Compute the version in the same way as setup.py doesAlex Gaynor2014-01-061-4/+7
|
* Bump the copyright yearAlex Gaynor2014-01-011-1/+1
|
* Update documentation again to make it clearer what this is for. Moved to ↵Julian Krause2013-12-121-2/+0
| | | | using Coda Hale's post.
* Improve documentation.Julian Krause2013-12-051-0/+1
|
* Try to use the sphinx rtd theme locally if it's installedAlex Gaynor2013-11-081-4/+12
|
* pep8 fixAlex Gaynor2013-11-041-1/+0
|
* This is now the default theme on RTDAlex Gaynor2013-11-041-3/+0
|
* Made a sphinx extension which emits the hazardous materials danger admonitionAlex Gaynor2013-10-291-1/+5
|
* Enable the new read the docs theme, it's pretty.Alex Gaynor2013-10-221-0/+4
| | | | Refs: https://twitter.com/readthedocs/status/392794577918099456
* Use the Sphinx doctest builderDonald Stufft2013-08-111-0/+1
| | | | | This allows us to test our documentation snippets using the standard "doctest" utility.
* Python 3.2 compatibilityAlex Gaynor2013-08-071-8/+8
|
* Pep8 corrections to docs/conf.pyAlex Gaynor2013-08-071-25/+28
|
* Initial commit. Migrates over basic project files, and the OpenSSL bindingsAlex Gaynor2013-08-061-0/+246
from OpenTLS.