|
19 | 19 |
|
20 | 20 | # -- Project information -----------------------------------------------------
|
21 | 21 |
|
22 |
| -project = 'django-fluent-comments' |
23 |
| -copyright = '2018, Diederik van der Boor' |
24 |
| -author = 'Diederik van der Boor' |
| 22 | +project = "django-fluent-comments" |
| 23 | +copyright = "2018, Diederik van der Boor" |
| 24 | +author = "Diederik van der Boor" |
25 | 25 |
|
26 | 26 | # The short X.Y version
|
27 |
| -version = '2.1' |
| 27 | +version = "2.1" |
28 | 28 | # The full version, including alpha/beta/rc tags
|
29 |
| -release = '2.1' |
| 29 | +release = "2.1" |
30 | 30 |
|
31 | 31 |
|
32 | 32 | # -- General configuration ---------------------------------------------------
|
|
39 | 39 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
40 | 40 | # ones.
|
41 | 41 | extensions = [
|
42 |
| - 'sphinx.ext.autodoc', |
43 |
| - 'sphinx.ext.intersphinx', |
| 42 | + "sphinx.ext.autodoc", |
| 43 | + "sphinx.ext.intersphinx", |
44 | 44 | ]
|
45 | 45 |
|
46 | 46 | # Add any paths that contain templates here, relative to this directory.
|
47 |
| -templates_path = ['_templates'] |
| 47 | +templates_path = ["_templates"] |
48 | 48 |
|
49 | 49 | # The suffix(es) of source filenames.
|
50 | 50 | # You can specify multiple suffix as a list of string:
|
51 | 51 | #
|
52 | 52 | # source_suffix = ['.rst', '.md']
|
53 |
| -source_suffix = '.rst' |
| 53 | +source_suffix = ".rst" |
54 | 54 |
|
55 | 55 | # The master toctree document.
|
56 |
| -master_doc = 'index' |
| 56 | +master_doc = "index" |
57 | 57 |
|
58 | 58 | # The language for content autogenerated by Sphinx. Refer to documentation
|
59 | 59 | # for a list of supported languages.
|
|
65 | 65 | # List of patterns, relative to source directory, that match files and
|
66 | 66 | # directories to ignore when looking for source files.
|
67 | 67 | # This pattern also affects html_static_path and html_extra_path .
|
68 |
| -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| 68 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
69 | 69 |
|
70 | 70 | # The name of the Pygments (syntax highlighting) style to use.
|
71 |
| -pygments_style = 'sphinx' |
| 71 | +pygments_style = "sphinx" |
72 | 72 |
|
73 | 73 |
|
74 | 74 | # -- Options for HTML output -------------------------------------------------
|
75 | 75 |
|
76 | 76 | # The theme to use for HTML and HTML Help pages. See the documentation for
|
77 | 77 | # a list of builtin themes.
|
78 | 78 | #
|
79 |
| -#html_theme = 'alabaster' |
| 79 | +# html_theme = 'alabaster' |
80 | 80 |
|
81 | 81 | # Theme options are theme-specific and customize the look and feel of a theme
|
82 | 82 | # further. For a list of options available for each theme, see the
|
|
87 | 87 | # Add any paths that contain custom static files (such as style sheets) here,
|
88 | 88 | # relative to this directory. They are copied after the builtin static files,
|
89 | 89 | # so a file named "default.css" will overwrite the builtin "default.css".
|
90 |
| -html_static_path = ['_static'] |
| 90 | +html_static_path = ["_static"] |
91 | 91 |
|
92 | 92 | # Custom sidebar templates, must be a dictionary that maps document names
|
93 | 93 | # to template names.
|
|
103 | 103 | # -- Options for HTMLHelp output ---------------------------------------------
|
104 | 104 |
|
105 | 105 | # Output file base name for HTML help builder.
|
106 |
| -htmlhelp_basename = 'django-fluent-commentsdoc' |
| 106 | +htmlhelp_basename = "django-fluent-commentsdoc" |
107 | 107 |
|
108 | 108 |
|
109 | 109 | # -- Options for LaTeX output ------------------------------------------------
|
|
112 | 112 | # The paper size ('letterpaper' or 'a4paper').
|
113 | 113 | #
|
114 | 114 | # 'papersize': 'letterpaper',
|
115 |
| - |
116 | 115 | # The font size ('10pt', '11pt' or '12pt').
|
117 | 116 | #
|
118 | 117 | # 'pointsize': '10pt',
|
119 |
| - |
120 | 118 | # Additional stuff for the LaTeX preamble.
|
121 | 119 | #
|
122 | 120 | # 'preamble': '',
|
123 |
| - |
124 | 121 | # Latex figure (float) alignment
|
125 | 122 | #
|
126 | 123 | # 'figure_align': 'htbp',
|
|
130 | 127 | # (source start file, target name, title,
|
131 | 128 | # author, documentclass [howto, manual, or own class]).
|
132 | 129 | latex_documents = [
|
133 |
| - (master_doc, 'django-fluent-comments.tex', 'django-fluent-comments Documentation', |
134 |
| - 'Diederik van der Boor', 'manual'), |
| 130 | + ( |
| 131 | + master_doc, |
| 132 | + "django-fluent-comments.tex", |
| 133 | + "django-fluent-comments Documentation", |
| 134 | + "Diederik van der Boor", |
| 135 | + "manual", |
| 136 | + ), |
135 | 137 | ]
|
136 | 138 |
|
137 | 139 |
|
|
140 | 142 | # One entry per manual page. List of tuples
|
141 | 143 | # (source start file, name, description, authors, manual section).
|
142 | 144 | man_pages = [
|
143 |
| - (master_doc, 'django-fluent-comments', 'django-fluent-comments Documentation', |
144 |
| - [author], 1) |
| 145 | + (master_doc, "django-fluent-comments", "django-fluent-comments Documentation", [author], 1) |
145 | 146 | ]
|
146 | 147 |
|
147 | 148 |
|
|
151 | 152 | # (source start file, target name, title, author,
|
152 | 153 | # dir menu entry, description, category)
|
153 | 154 | texinfo_documents = [
|
154 |
| - (master_doc, 'django-fluent-comments', 'django-fluent-comments Documentation', |
155 |
| - author, 'django-fluent-comments', 'One line description of project.', |
156 |
| - 'Miscellaneous'), |
| 155 | + ( |
| 156 | + master_doc, |
| 157 | + "django-fluent-comments", |
| 158 | + "django-fluent-comments Documentation", |
| 159 | + author, |
| 160 | + "django-fluent-comments", |
| 161 | + "One line description of project.", |
| 162 | + "Miscellaneous", |
| 163 | + ), |
157 | 164 | ]
|
158 | 165 |
|
159 | 166 |
|
|
162 | 169 | # -- Options for intersphinx extension ---------------------------------------
|
163 | 170 |
|
164 | 171 | # Example configuration for intersphinx: refer to the Python standard library.
|
165 |
| -intersphinx_mapping = {'https://docs.python.org/': None} |
| 172 | +intersphinx_mapping = {"https://docs.python.org/": None} |
0 commit comments