From 88a7cb625f1f1c7a3b6b1ae01cf4cd5c57d82df6 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Sat, 25 Apr 2015 02:00:39 +0200 Subject: [PATCH] Fix line-too-long complaints (flake8) --- docs/conf.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b757ec5..098bc58 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ sys.path.append(os.path.dirname(os.path.abspath('.'))) import analytical -# -- General configuration ----------------------------------------------------- +# -- General configuration -------------------------------------------------- project = u'django-analytical' copyright = u'2011, Joost Cassee ' @@ -31,17 +31,18 @@ pygments_style = 'sphinx' intersphinx_mapping = { 'http://docs.python.org/2.7': None, - 'http://docs.djangoproject.com/en/1.8': 'http://docs.djangoproject.com/en/1.8/_objects/', + 'http://docs.djangoproject.com/en/1.8': + 'http://docs.djangoproject.com/en/1.8/_objects/', } -# -- Options for HTML output --------------------------------------------------- +# -- Options for HTML output ------------------------------------------------ html_theme = 'default' htmlhelp_basename = 'analyticaldoc' -# -- Options for LaTeX output -------------------------------------------------- +# -- Options for LaTeX output ----------------------------------------------- latex_documents = [ ('index', 'django-analytical.tex', u'Documentation for django-analytical',