diff options
author | lloyd <[email protected]> | 2011-05-02 20:11:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-05-02 20:11:43 +0000 |
commit | 465aee98a251a1ba2ae084311a0fd7b9db175c3f (patch) | |
tree | f3f605ff19f28c593a3fe4d130991d78962b662e /doc | |
parent | c753e8936e9767a505abfde203186193574609d3 (diff) |
Don't justify text, makes tables look terrible
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index f6fb09d1f..65f40314a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -131,6 +131,7 @@ html_theme_options = { 'headerlinkcolor': 'blue', 'headercolor1': 'darkblue', 'headercolor2': 'darkblue', + 'textalign': 'left' } # Add any paths that contain custom themes here, relative to this directory. |