|
1 |
| -# -*- coding: utf-8 -*- |
2 | 1 | #
|
3 | 2 | # Pytest-BDD documentation build configuration file, created by
|
4 | 3 | # sphinx-quickstart on Sun Apr 7 21:07:56 2013.
|
|
15 | 14 | # add these directories to sys.path here. If the directory is relative to the
|
16 | 15 | # documentation root, use os.path.abspath to make it absolute, like shown here.
|
17 | 16 |
|
18 |
| -import sys, os |
| 17 | +import os |
| 18 | +import sys |
19 | 19 |
|
20 | 20 | sys.path.insert(0, os.path.abspath(".."))
|
21 | 21 |
|
|
43 | 43 | master_doc = "index"
|
44 | 44 |
|
45 | 45 | # General information about the project.
|
46 |
| -project = u"Pytest-BDD" |
47 |
| -copyright = u"2013, Oleg Pidsadnyi" |
| 46 | +project = "Pytest-BDD" |
| 47 | +copyright = "2013, Oleg Pidsadnyi" |
48 | 48 |
|
49 | 49 | # The version info for the project you're documenting, acts as replacement for
|
50 | 50 | # |version| and |release|, also used in various other places throughout the
|
|
183 | 183 |
|
184 | 184 | # Grouping the document tree into LaTeX files. List of tuples
|
185 | 185 | # (source start file, target name, title, author, documentclass [howto/manual]).
|
186 |
| -latex_documents = [("index", "Pytest-BDD.tex", u"Pytest-BDD Documentation", u"Oleg Pidsadnyi", "manual")] |
| 186 | +latex_documents = [("index", "Pytest-BDD.tex", "Pytest-BDD Documentation", "Oleg Pidsadnyi", "manual")] |
187 | 187 |
|
188 | 188 | # The name of an image file (relative to this directory) to place at the top of
|
189 | 189 | # the title page.
|
|
210 | 210 |
|
211 | 211 | # One entry per manual page. List of tuples
|
212 | 212 | # (source start file, name, description, authors, manual section).
|
213 |
| -man_pages = [("index", "pytest-bdd", u"Pytest-BDD Documentation", [u"Oleg Pidsadnyi"], 1)] |
| 213 | +man_pages = [("index", "pytest-bdd", "Pytest-BDD Documentation", ["Oleg Pidsadnyi"], 1)] |
214 | 214 |
|
215 | 215 | # If true, show URL addresses after external links.
|
216 | 216 | # man_show_urls = False
|
|
225 | 225 | (
|
226 | 226 | "index",
|
227 | 227 | "Pytest-BDD",
|
228 |
| - u"Pytest-BDD Documentation", |
229 |
| - u"Oleg Pidsadnyi", |
| 228 | + "Pytest-BDD Documentation", |
| 229 | + "Oleg Pidsadnyi", |
230 | 230 | "Pytest-BDD",
|
231 | 231 | "One line description of project.",
|
232 | 232 | "Miscellaneous",
|
|
0 commit comments