Skip to content

Commit

Permalink
smaller logo, with 'documentation'
Browse files Browse the repository at this point in the history
  • Loading branch information
adammichaelwood authored and yanokwa committed Aug 23, 2017
1 parent 04b581b commit a2fd139
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions _sources/odk-logo-wide.xcf
Git LFS file not shown
2 changes: 1 addition & 1 deletion _static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.document {
font-family: Georgia, "Times New Roman", serif;
}
}

pre {
font-size: 14px;
Expand Down
3 changes: 3 additions & 0 deletions _static/img/odk-logo-wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

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

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
Expand All @@ -91,7 +91,7 @@
html_theme = "sphinx_rtd_theme"

# Add logo stuff
html_logo = '_static/img/odk-logo.png'
html_logo = '_static/img/odk-logo-wide.png'
html_theme_options = {
'logo_only': True,
'display_version': False,
Expand Down

0 comments on commit a2fd139

Please sign in to comment.