Skip to content

Commit

Permalink
Updated theme and ebook publisher info
Browse files Browse the repository at this point in the history
  • Loading branch information
madevilsnipergames committed Jul 20, 2018
1 parent 0090a30 commit a91477f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions conf.py
Expand Up @@ -75,7 +75,11 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"

html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# 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 @@ -159,10 +163,10 @@
# -- Options for Epub output -------------------------------------------------

# Bibliographic Dublin Core info.
epub_title = project
epub_author = author
epub_publisher = author
epub_copyright = copyright
epub_title = u'Brothers of Tyr'
epub_author = u'Brothers of Tyr Council'
epub_publisher = u'Brothers of Tyr Council'
epub_copyright = u'2018, Brothers of Tyr Council'

# The unique identifier of the text. This can be a ISBN number
# or the project homepage.
Expand Down

0 comments on commit a91477f

Please sign in to comment.