mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-17 03:51:02 +03:00
Fix pep8 errors in docs/conf.py
This commit is contained in:
parent
a58602b3ee
commit
a78ec1d134
|
@ -4,4 +4,4 @@ before_install:
|
||||||
- time pip install pep8
|
- time pip install pep8
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pep8 --ignore E121,E122,E201,E202,E231,E265,E401,E501 .
|
- pep8 --ignore E201,E202,E501 .
|
||||||
|
|
|
@ -11,7 +11,8 @@
|
||||||
# All configuration values have a default; values that are commented out
|
# All configuration values have a default; values that are commented out
|
||||||
# serve to show the default.
|
# serve to show the default.
|
||||||
|
|
||||||
import sys, os
|
import os
|
||||||
|
import sys
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# 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
|
# add these directories to sys.path here. If the directory is relative to the
|
||||||
|
@ -183,7 +184,9 @@ latex_elements = {
|
||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', '{{ cookiecutter.repo_name }}.tex', u'{{ cookiecutter.project_name }} Documentation',
|
('index',
|
||||||
|
'{{ cookiecutter.repo_name }}.tex',
|
||||||
|
u'{{ cookiecutter.project_name }} Documentation',
|
||||||
u'{{ cookiecutter.author_name }}', 'manual'),
|
u'{{ cookiecutter.author_name }}', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user