Skip to content

Commit

Permalink
Update docs to work with newer versions of Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Oct 8, 2015
1 parent 3878d67 commit 22fe3f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_version():

# -- General configuration -----------------------------------------------------

needs_sphinx = '1.0'
needs_sphinx = '1.1'

extensions = ['download']

Expand Down Expand Up @@ -92,6 +92,6 @@ def get_version():

html_title = '%s %s Documentation' % (project, release)

html_add_permalinks = None
html_add_permalinks = ''
html_show_copyright = False
html_show_sphinx = False
6 changes: 3 additions & 3 deletions presto-docs/src/main/sphinx/themes/presto/static/presto.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@ div.note {
background-color: #f5f5ff
}

tt {
tt, code {
font-family: Consolas, 'Liberation Mono', Courier, monospace;
font-size: 0.9em;
}

tt.descname {
tt.descname, code.descname {
font-size: 1.1em;
}

tt.docutils.literal {
tt.docutils.literal, code.docutils.literal {
margin: 0 2px;
padding: 0 5px;
border: 1px solid #ddd;
Expand Down

0 comments on commit 22fe3f0

Please sign in to comment.