diff --git a/docs/conf.py b/docs/conf.py index 27dcdc81..a16cd882 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -130,11 +130,11 @@ # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -#html_title = None +html_title = f"{project} {version} documentation" # A shorter title for the navigation bar. Default is the same as # html_title. -#html_short_title = None +html_short_title = f"{project} docs" # The name of an image file (relative to this directory) to place at the # top of the sidebar.