|
3 | 3 | # pyBarcode documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Fri Mar 12 13:29:48 2010. |
5 | 5 | # |
6 | | -# This file is execfile()d with the current directory set to its containing dir. |
| 6 | +# This file is execfile()d with the current directory set to its containing |
| 7 | +# dir. |
7 | 8 | # |
8 | 9 | # Note that not all possible configuration values are present in this |
9 | 10 | # autogenerated file. |
10 | 11 | # |
11 | 12 | # All configuration values have a default; values that are commented out |
12 | 13 | # serve to show the default. |
13 | 14 |
|
14 | | -import sys, os |
| 15 | +import os |
| 16 | +import sys |
15 | 17 |
|
16 | 18 | # If extensions (or modules to document with autodoc) are in another directory, |
17 | 19 | # add these directories to sys.path here. If the directory is relative to the |
18 | 20 | # documentation root, use os.path.abspath to make it absolute, like shown here. |
19 | 21 | # sys.path.append(os.path.abspath('.')) |
20 | | -sys.path.append(os.path.abspath("..")) |
21 | 22 | from barcode import version |
22 | 23 |
|
23 | 24 | LOGO = os.path.join("images", "pybarcode_small.png") |
24 | 25 |
|
25 | | -# -- General configuration ----------------------------------------------------- |
| 26 | +# -- General configuration ---------------------------------------------------- |
26 | 27 |
|
27 | | -# Add any Sphinx extension module names here, as strings. They can be extensions |
28 | | -# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
| 28 | +# Add any Sphinx extension module names here, as strings. They can be |
| 29 | +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
29 | 30 | extensions = [ |
30 | 31 | "sphinx.ext.autodoc", |
31 | 32 | "sphinx.ext.graphviz", |
|
74 | 75 | # for source files. |
75 | 76 | exclude_trees = ["_build"] |
76 | 77 |
|
77 | | -# The reST default role (used for this markup: `text`) to use for all documents. |
| 78 | +# The reST default role (used for this markup: `text`) to use for all |
| 79 | +# documents. |
78 | 80 | # default_role = None |
79 | 81 |
|
80 | 82 | # If true, '()' will be appended to :func: etc. cross-reference text. |
|
94 | 96 | # A list of ignored prefixes for module index sorting. |
95 | 97 | # modindex_common_prefix = [] |
96 | 98 |
|
97 | | -# -- Options for HTML output --------------------------------------------------- |
| 99 | +# -- Options for HTML output -------------------------------------------------- |
98 | 100 |
|
99 | 101 | # The theme to use for HTML and HTML Help pages. See the documentation for |
100 | 102 | # a list of builtin themes. |
|
171 | 173 | # Output file base name for HTML help builder. |
172 | 174 | htmlhelp_basename = "pyBarcodedoc" |
173 | 175 |
|
174 | | -# -- Options for LaTeX output -------------------------------------------------- |
| 176 | +# -- Options for LaTeX output ------------------------------------------------- |
175 | 177 |
|
176 | 178 | # The paper size ('letter' or 'a4'). |
177 | 179 | # latex_paper_size = 'letter' |
|
180 | 182 | # latex_font_size = '10pt' |
181 | 183 |
|
182 | 184 | # Grouping the document tree into LaTeX files. List of tuples |
183 | | -# (source start file, target name, title, author, documentclass [howto/manual]). |
| 185 | +# (source start file, target name, title, author, documentclass |
| 186 | +# [howto/manual]). |
184 | 187 | latex_documents = [ |
185 | 188 | ( |
186 | 189 | "index", |
|
0 commit comments