X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fconf.py;h=1918113e64320b8f5f87dfd86bb7a13247474fe3;hb=5068288a9b724893999358a09c62031d53c825f2;hp=8a1c2b0cbc743027c88352a8dab3f700ad0b4ef8;hpb=5a63835273a3cd0e6c5ea3ec65747ddafe5aa188;p=m_librarian.git diff --git a/docs/conf.py b/docs/conf.py index 8a1c2b0..1918113 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ master_doc = 'index' # General information about the project. project = u'm_Librarian' -copyright = u'2016, Oleg Broytman' +copyright = u'2015-2017, Oleg Broytman' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -93,7 +93,7 @@ exclude_patterns = ['_build'] #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'borland' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] @@ -106,7 +106,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'nature' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -265,7 +265,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'm_Librarian', u'm_Librarian Documentation', - u'Oleg Broytman', 'm_Librarian', 'Broytman Librarian.', + u'Oleg Broytman', 'm_Librarian', 'Broytman m_Librarian.', 'Miscellaneous'), ]