|
12 | 12 | # All configuration values have a default; values that are commented out
|
13 | 13 | # serve to show the default.
|
14 | 14 |
|
15 |
| -import sys |
16 |
| -import os |
17 |
| -import shlex |
18 | 15 | from sphinx.highlighting import lexers
|
19 | 16 | from pygments.lexers.web import PhpLexer
|
20 | 17 |
|
|
265 | 262 | # If false, no module index is generated.
|
266 | 263 | #latex_domain_indices = True
|
267 | 264 |
|
268 |
| - |
269 |
| -# -- Options for manual page output --------------------------------------- |
270 |
| - |
271 |
| -# One entry per manual page. List of tuples |
272 |
| -# (source start file, name, description, authors, manual section). |
273 |
| -man_pages = [ |
274 |
| - (master_doc, 'php-http', u'PHP-HTTP Documentation', |
275 |
| - [author], 1) |
276 |
| -] |
277 |
| - |
278 |
| -# If true, show URL addresses after external links. |
279 |
| -#man_show_urls = False |
280 |
| - |
281 |
| - |
282 |
| -# -- Options for Texinfo output ------------------------------------------- |
283 |
| - |
284 |
| -# Grouping the document tree into Texinfo files. List of tuples |
285 |
| -# (source start file, target name, title, author, |
286 |
| -# dir menu entry, description, category) |
287 |
| -texinfo_documents = [ |
288 |
| - (master_doc, 'PHP-HTTP', u'PHP-HTTP Documentation', |
289 |
| - author, 'PHP-HTTP', 'One line description of project.', |
290 |
| - 'Miscellaneous'), |
291 |
| -] |
292 |
| - |
293 |
| -# Documents to append as an appendix to all manuals. |
294 |
| -#texinfo_appendices = [] |
295 |
| - |
296 |
| -# If false, no module index is generated. |
297 |
| -#texinfo_domain_indices = True |
298 |
| - |
299 |
| -# How to display URL addresses: 'footnote', 'no', or 'inline'. |
300 |
| -#texinfo_show_urls = 'footnote' |
301 |
| - |
302 |
| -# If true, do not generate a @detailmenu in the "Top" node's menu. |
303 |
| -#texinfo_no_detailmenu = False |
304 |
| - |
305 | 265 | rst_epilog = """
|
306 | 266 | .. _PSR-7: https://www.php-fig.org/psr/psr-7
|
307 | 267 | .. _PSR-18: https://www.php-fig.org/psr/psr-18
|
|
0 commit comments