Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Cleanup documentation options
Browse files Browse the repository at this point in the history
Use theme option for some fonts instead of custom CSS
  • Loading branch information
SamWhited committed Jul 1, 2015
1 parent 2e3e1bd commit b3c440b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 1 addition & 6 deletions docs/source/_static/rawkit.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@

div.bodywrapper h1 {
text-indent: 0;
font-family: "Prociono", "Garamond","Georgia", serif;
font-size: 5em;
}

.logo {
font-family: "Prociono", "Garamond","Georgia", serif;
}

div.body h2 {
.logo-name {
font-family: "Prociono", "Garamond","Georgia", serif;
}

Expand Down
9 changes: 5 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
'github_repo': 'rawkit',
'github_button': False,
'github_banner': True,
'head_font_family': '"Prociono", "Garamond", "Georgia", serif',
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down Expand Up @@ -163,7 +164,7 @@

# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
# html_use_smartypants = True
html_use_smartypants = True

# Custom sidebar templates, maps document names to template names.
# html_sidebars = {}
Expand All @@ -185,16 +186,16 @@
# html_domain_indices = True

# If false, no index is generated.
# html_use_index = True
html_use_index = True

# If true, the index is split into individual pages for each letter.
# html_split_index = False

# If true, links to the reST sources are added to the pages.
# html_show_sourcelink = True
html_show_sourcelink = True

# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
# html_show_sphinx = True
html_show_sphinx = True

# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
# html_show_copyright = True
Expand Down

0 comments on commit b3c440b

Please sign in to comment.