diff options
author | Jack Lloyd <[email protected]> | 2015-07-03 12:59:41 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-07-03 12:59:41 -0400 |
commit | 259c73d1f3684cd0e8d4c0834d9b11964bad0910 (patch) | |
tree | dfc41b9cc887b7d43da720417af0c530059755d3 /src/build-data/sphinx | |
parent | e087a695ffaa016651944820fab63760cb9eae27 (diff) |
Tweak formatting of readme
Diffstat (limited to 'src/build-data/sphinx')
-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 |