X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;h=2b847f1b0ecc243ccd4c63ff9c24c750bcd7aa1a;hb=dd2a18ade8d2cdbd3111c4eb01cf95f4a631f8a7;hp=7102970540f2f72a96d73bc4df3f0e717041f0aa;hpb=6288b079e5de8e9ee5482e8009111b6ba3cba93a;p=mpd-sima.git diff --git a/doc/source/conf.py b/doc/source/conf.py index 7102970..2b847f1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -21,8 +21,7 @@ import os # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. #sys.path.insert(0, os.path.abspath('.')) -sys.path.insert(0, os.path.abspath('../../')) -from sima.info import __version__, __author__ +from sima.info import __author__ # -- General configuration ------------------------------------------------ @@ -63,9 +62,9 @@ author = __author__ # built documents. # # The short X.Y version. -version = __version__ +#version = # The full version, including alpha/beta/rc tags. -release = __version__ +#release = # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -264,8 +263,12 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'mpd_sima', 'MPD_sima Documentation', - [author], 1) + ('man/mpd-sima.1', 'mpd-sima', + 'mpd-sima will try to maintain some titles ahead in the queue following different policies.', + [author], 1), + ('man/mpd_sima.cfg.5', 'mpd_sima.cfg', + 'mpd-sima configuration.', + [author], 5), ] # If true, show URL addresses after external links.