aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.