Fix PEP8: E303 too many blank lines
This commit is contained in:
@@ -10,7 +10,6 @@ from path import path
|
||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||
|
||||
|
||||
|
||||
sys.path.append('../../../../')
|
||||
|
||||
from docs.shared.conf import *
|
||||
@@ -188,7 +187,6 @@ def strip_tags(html):
|
||||
return s.get_data()
|
||||
|
||||
|
||||
|
||||
def process_docstring(app, what, name, obj, options, lines):
|
||||
"""Autodoc django models"""
|
||||
|
||||
|
||||
@@ -179,7 +179,6 @@ def strip_tags(html):
|
||||
return s.get_data()
|
||||
|
||||
|
||||
|
||||
def process_docstring(app, what, name, obj, options, lines):
|
||||
"""Autodoc django models"""
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ def add_base(paths):
|
||||
return [os.path.join(BASEDIR, x) for x in paths]
|
||||
|
||||
|
||||
|
||||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
|
||||
Reference in New Issue
Block a user