aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-29 21:59:22 +0100
committerIlya Etingof <etingof@gmail.com>2017-10-29 21:59:22 +0100
commitd7d962c1574ac56eb5a495a806e00b09a8824ae2 (patch)
treec1feeadac2481ef795f4a1d03882a15d26cc4db9 /docs
parent4d7232a5dfdedf38d80bb406f1814b40f638e2f2 (diff)
downloadpyasn1-d7d962c1574ac56eb5a495a806e00b09a8824ae2.tar.gz
minor logo change
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 488f7c8..1e91e20 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -114,7 +114,7 @@ html_theme = 'alabaster'
# documentation.
html_theme_options = {
'logo': 'logo.svg',
- 'description': '<p align=center><i>Brewing free software</i></p>',
+ 'description': '<p align=left><i><b>Brewing free software for the greater good</i></b></p>',
'show_powered_by': False,
'github_user': 'etingof',
'github_repo': 'pyasn1',