diff options
Diffstat (limited to 'src/build-data/sphinx/conf.py')
-rw-r--r-- | src/build-data/sphinx/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/sphinx/conf.py b/src/build-data/sphinx/conf.py index 54f42cb2e..f506b461a 100644 --- a/src/build-data/sphinx/conf.py +++ b/src/build-data/sphinx/conf.py @@ -121,7 +121,7 @@ html_theme_options = { # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". -html_title = 'Botan: Crypto and TLS for C++11' +html_title = 'Botan' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None |