From 33a6c49cc42bf48e4f981925547ba50bdf3e7c6b Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Tue, 29 May 2012 22:13:04 +0100 Subject: docs: minor fixes this fixes a few broken links and duplicate module defs in the sphinx docs --- docs/source/api/crypto.rst | 2 -- docs/source/conf.py | 2 +- docs/source/crypto/index.rst | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/source/api/crypto.rst b/docs/source/api/crypto.rst index f162455e..f9d2e812 100644 --- a/docs/source/api/crypto.rst +++ b/docs/source/api/crypto.rst @@ -1,7 +1,5 @@ Crypto ====== -.. module:: alot.crypto - .. automodule:: alot.crypto :members: diff --git a/docs/source/conf.py b/docs/source/conf.py index f09fb5ab..f32b22f7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -248,5 +248,5 @@ man_pages = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { 'http://docs.python.org/': None, - 'http://notmuch.readthedocs.org/en/latest/': None + #'http://notmuch.readthedocs.org/en/latest/': None } diff --git a/docs/source/crypto/index.rst b/docs/source/crypto/index.rst index c17d440d..bd3e1beb 100644 --- a/docs/source/crypto/index.rst +++ b/docs/source/crypto/index.rst @@ -1,5 +1,3 @@ -.. _cryptography - ************ Cryptography ************ -- cgit v1.2.3