From aabe9282e7446ad1a63cd4f435d01358743da978 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Tue, 27 Sep 2016 17:22:47 +0300 Subject: [PATCH] Tune doc theme --- docs/conf.py | 6 +++--- requirements-dev.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e81b7d4..abe90ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,8 +41,6 @@ with codecs.open(_version_path, 'r', 'latin1') as fp: sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('.')) -import alabaster - # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. @@ -146,8 +144,10 @@ html_theme_options = { 'github_user': 'aio-libs', 'github_repo': 'aiohttp_security', 'github_button': True, + 'github_style': 'star', 'github_banner': True, 'travis_button': True, + 'codecov_button': True, 'pre_bg': '#FFF6E5', 'note_bg': '#E5ECD1', 'note_border': '#BFCF8C', @@ -157,7 +157,7 @@ html_theme_options = { } # Add any paths that contain custom themes here, relative to this directory. -html_theme_path = [alabaster.get_path()] +# html_theme_path = [alabaster.get_path()] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". diff --git a/requirements-dev.txt b/requirements-dev.txt index e23faf8..02bfda2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,10 +4,10 @@ pytest pytest-cov coverage sphinx -alabaster>=0.6.2 pep257 -aiohttp_session>=0.4.0 +aiohttp_session aiopg[sa] aioredis==0.2.8 hiredis==0.2.0 passlib==1.6.5 +aiohttp