Skip to content

Commit

Permalink
change theme; update author info
Browse files Browse the repository at this point in the history
  • Loading branch information
asiva committed Feb 26, 2019
1 parent 3aea7db commit f6629bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,23 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'python'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None
pygments_style = 'sphinx'


# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'

# 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
Expand Down Expand Up @@ -132,7 +132,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'SerenusCoin.tex', u'Serenus Coin Documentation',
(master_doc, 'SerenusCoin.tex', u'Serenus Coin',
u'Sivakumar Arumugam', 'manual'),
]

Expand All @@ -142,7 +142,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'serenuscoin', u'Serenus Coin Documentation',
(master_doc, 'serenuscoin', u'Serenus Coin',
[author], 1)
]

Expand All @@ -153,8 +153,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'SerenusCoin', u'Serenus Coin Documentation',
author, 'SerenusCoin', 'One line description of project.',
(master_doc, 'SerenusCoin', u'Serenus Coin',
author, 'Sivakumar Arumugam', 'A crypto-collateral stablecoin on Ethereum.',
'Miscellaneous'),
]

Expand Down

0 comments on commit f6629bb

Please sign in to comment.