|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | # |
3 | 2 | # Configuration file for the Sphinx documentation builder. |
4 | 3 | # |
|
20 | 19 |
|
21 | 20 | # -- Project information ----------------------------------------------------- |
22 | 21 |
|
23 | | -project = u"python-anticaptcha" |
24 | | -copyright = u"2018-2026, Adam Dobrawy" |
25 | | -author = u"Adam Dobrawy" |
| 22 | +project = "python-anticaptcha" |
| 23 | +copyright = "2018-2026, Adam Dobrawy" |
| 24 | +author = "Adam Dobrawy" |
26 | 25 |
|
27 | 26 | # Version is managed by setuptools-scm; leave empty for Sphinx |
28 | | -version = u"" |
29 | | -release = u"" |
| 27 | +version = "" |
| 28 | +release = "" |
30 | 29 |
|
31 | 30 |
|
32 | 31 | # -- General configuration --------------------------------------------------- |
|
69 | 68 | # List of patterns, relative to source directory, that match files and |
70 | 69 | # directories to ignore when looking for source files. |
71 | 70 | # This pattern also affects html_static_path and html_extra_path . |
72 | | -exclude_patterns = [u"_build", "Thumbs.db", ".DS_Store"] |
| 71 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
73 | 72 |
|
74 | 73 | # The name of the Pygments (syntax highlighting) style to use. |
75 | 74 | pygments_style = "sphinx" |
|
143 | 142 | ( |
144 | 143 | master_doc, |
145 | 144 | "python-anticaptcha.tex", |
146 | | - u"python-anticaptcha Documentation", |
147 | | - u"Adam Dobrawy", |
| 145 | + "python-anticaptcha Documentation", |
| 146 | + "Adam Dobrawy", |
148 | 147 | "manual", |
149 | 148 | ), |
150 | 149 | ] |
|
154 | 153 |
|
155 | 154 | # One entry per manual page. List of tuples |
156 | 155 | # (source start file, name, description, authors, manual section). |
157 | | -man_pages = [ |
158 | | - (master_doc, "python-anticaptcha", u"python-anticaptcha Documentation", [author], 1) |
159 | | -] |
| 156 | +man_pages = [(master_doc, "python-anticaptcha", "python-anticaptcha Documentation", [author], 1)] |
160 | 157 |
|
161 | 158 |
|
162 | 159 | # -- Options for Texinfo output ---------------------------------------------- |
|
168 | 165 | ( |
169 | 166 | master_doc, |
170 | 167 | "python-anticaptcha", |
171 | | - u"python-anticaptcha Documentation", |
| 168 | + "python-anticaptcha Documentation", |
172 | 169 | author, |
173 | 170 | "python-anticaptcha", |
174 | 171 | "One line description of project.", |
|
0 commit comments