[Python-modules-commits] [python-jellyfish] 01/04: Move man page to section 3

Diego M. Rodriguez diegom-guest at moszumanska.debian.org
Tue Sep 27 14:22:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

diegom-guest pushed a commit to branch master
in repository python-jellyfish.

commit 5904ba0cdce6fa2ec1180af662f7aa661ca6d764
Author: Diego M. Rodriguez <diego.plan9 at gmail.com>
Date:   Tue Sep 27 15:45:37 2016 +0200

    Move man page to section 3
    
    Move man page from section one to section 3 (Closes: #838681). This
    patch modifies the sphinx configuration file, as it seems that currently
    it is not possible to override the man_pages setting during the command
    line invocation of sphinx-build (-D man_pages=...) due to it being a
    list of tuples.
    
    https://github.com/sphinx-doc/sphinx/issues/2977
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 800a62c..b4a7b09 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -228,7 +228,7 @@ latex_documents = [
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ('index', 'jellyfish', 'jellyfish Documentation',
-     ['James Turk'], 1)
+     ['James Turk'], 3)
 ]
 
 # If true, show URL addresses after external links.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-jellyfish.git



More information about the Python-modules-commits mailing list