aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJulian Krause <julian.krause@gmail.com>2013-12-05 11:06:27 -0800
committerJulian Krause <julian.krause@gmail.com>2013-12-05 11:06:27 -0800
commitd6f14daf49036a434bc0a6b190457694f8703be1 (patch)
treeb633d809e552a590d9d663d6445f7b1c894e3fdd /docs/conf.py
parent9c3088fe12d844a2007e0eff0eb947af53de7f60 (diff)
downloadcryptography-d6f14daf49036a434bc0a6b190457694f8703be1.tar.gz
cryptography-d6f14daf49036a434bc0a6b190457694f8703be1.tar.bz2
cryptography-d6f14daf49036a434bc0a6b190457694f8703be1.zip
Improve documentation.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 77050e72..c6479ef3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -257,6 +257,7 @@ texinfo_documents = [
# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'
+linkcheck_ignore = [r'http://rdist.root.org/']
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}