summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Chopin <chopin.simon@gmail.com>2012-07-23 19:50:05 +0200
committerSimon Chopin <chopin.simon@gmail.com>2012-07-23 19:50:05 +0200
commit7f1ca9529518f23d2c378d10b6db525277a7fc6a (patch)
tree9c99ba96d0b2a6e4d88b73cb2010c9974aa8168b /docs
parentf6cb56522d7c0be6c373727313281449de6908d1 (diff)
Add a hidden TOC for the manpage
This allows to silence the warnings while making it possible to build the manpage from source.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py1
-rw-r--r--docs/source/index.rst5
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index dd2cccc1..a415a655 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -94,7 +94,6 @@ release = version
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = [
-'manpage.rst'
]
# The reST default role (used for this markup: `text`) to use for all documents.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 4742e36d..9500aaa8 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -17,3 +17,8 @@ User Manual
crypto/index
api/index
faq
+
+.. toctree::
+ :hidden:
+
+ manpage