Skip to content

Commit

Permalink
fix html title
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Jul 15, 2021
1 parent 819aea2 commit 8ccd884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
html_title = "" # "{0} v{1}".format(project, release)
html_title = "{0}".format(project) # "{0} v{1}".format(project, release)

# Output file base name for HTML help builder.
htmlhelp_basename = project + "doc"
Expand Down

0 comments on commit 8ccd884

Please sign in to comment.