Skip to content

Commit

Permalink
doc: fix html title
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraymer committed Jan 13, 2016
1 parent be94759 commit b5c5635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
html_title = 'plop'
html_title = None

# A shorter title for the navigation bar. Default is the same as html_title.
html_short_title = 'yoyoma'
html_short_title = None

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
Expand Down

0 comments on commit b5c5635

Please sign in to comment.