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

Commit b3c440b

Browse files
committed
Cleanup documentation options
Use theme option for some fonts instead of custom CSS
1 parent 2e3e1bd commit b3c440b

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

docs/source/_static/rawkit.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@
33

44
div.bodywrapper h1 {
55
text-indent: 0;
6-
font-family: "Prociono", "Garamond","Georgia", serif;
76
font-size: 5em;
87
}
98

10-
.logo {
11-
font-family: "Prociono", "Garamond","Georgia", serif;
12-
}
13-
14-
div.body h2 {
9+
.logo-name {
1510
font-family: "Prociono", "Garamond","Georgia", serif;
1611
}
1712

docs/source/conf.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
'github_repo': 'rawkit',
124124
'github_button': False,
125125
'github_banner': True,
126+
'head_font_family': '"Prociono", "Garamond", "Georgia", serif',
126127
}
127128

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

164165
# If true, SmartyPants will be used to convert quotes and dashes to
165166
# typographically correct entities.
166-
# html_use_smartypants = True
167+
html_use_smartypants = True
167168

168169
# Custom sidebar templates, maps document names to template names.
169170
# html_sidebars = {}
@@ -185,16 +186,16 @@
185186
# html_domain_indices = True
186187

187188
# If false, no index is generated.
188-
# html_use_index = True
189+
html_use_index = True
189190

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

193194
# If true, links to the reST sources are added to the pages.
194-
# html_show_sourcelink = True
195+
html_show_sourcelink = True
195196

196197
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
197-
# html_show_sphinx = True
198+
html_show_sphinx = True
198199

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

0 commit comments

Comments
 (0)