From 45efdbc2f775210af4bbc62e3e22ffb5915c796d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 12 Feb 2015 10:58:22 -0600 Subject: make our docs job nitpicky and fix every broken link --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/conf.py') 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' -- cgit v1.2.3