diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-13 08:20:35 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-13 08:20:35 -0500 |
commit | 723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b (patch) | |
tree | f265ae766459b1f02cf4fd952db5f043402387c8 /docs/conf.py | |
parent | 731f4296de1eceee149bf2003b780c2e33f8bde3 (diff) | |
parent | a10be69304b3c0dc61689487075b6ddd31a2823b (diff) | |
download | cryptography-723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b.tar.gz cryptography-723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b.tar.bz2 cryptography-723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b.zip |
Merge pull request #1654 from reaperhulk/make-docs-nitpicky
make our docs job nitpicky and fix every broken link
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index f674ebe8..5a4c41b1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,6 +58,8 @@ if spelling is not None: # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] +nitpicky = True + # The suffix of source filenames. source_suffix = '.rst' @@ -268,6 +270,6 @@ texinfo_documents = [ # texinfo_show_urls = 'footnote' # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'https://docs.python.org/3': None} epub_theme = 'epub' |