aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-08-11 17:47:17 -0400
committerDonald Stufft <donald@stufft.io>2013-08-11 17:54:13 -0400
commit235fa7199deeb6fab4412fe29a9520c9d5d8d361 (patch)
tree873044cbe01ecd4d0893157b5735d7223c22af50 /docs/conf.py
parent09f53578923c241fbb76c0be6bdf725f3b96f528 (diff)
downloadcryptography-235fa7199deeb6fab4412fe29a9520c9d5d8d361.tar.gz
cryptography-235fa7199deeb6fab4412fe29a9520c9d5d8d361.tar.bz2
cryptography-235fa7199deeb6fab4412fe29a9520c9d5d8d361.zip
Use the Sphinx doctest builder
This allows us to test our documentation snippets using the standard "doctest" utility.
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 bd8642c5..16b1109e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,6 +25,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
+ 'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
]