|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# brotlipy documentation build configuration file, created by |
| 3 | +# BrotliCFFI documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Sat Oct 3 16:51:16 2015. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its |
|
12 | 12 | # All configuration values have a default; values that are commented out |
13 | 13 | # serve to show the default. |
14 | 14 |
|
| 15 | +import datetime |
15 | 16 | import sys |
16 | 17 | import os |
17 | 18 | import shlex |
|
49 | 50 | master_doc = 'index' |
50 | 51 |
|
51 | 52 | # General information about the project. |
52 | | -project = u'brotlipy' |
53 | | -copyright = u'2015, Cory Benfield' |
| 53 | +project = u'brotlicffi' |
| 54 | +copyright = u'%d, Cory Benfield' % (datetime.date.today().year,) |
54 | 55 | author = u'Cory Benfield' |
55 | 56 |
|
56 | 57 | # The version info for the project you're documenting, acts as replacement for |
|
203 | 204 | #html_search_scorer = 'scorer.js' |
204 | 205 |
|
205 | 206 | # Output file base name for HTML help builder. |
206 | | -htmlhelp_basename = 'brotlipydoc' |
| 207 | +htmlhelp_basename = 'BrotliCFFIdoc' |
207 | 208 |
|
208 | 209 | # -- Options for LaTeX output --------------------------------------------- |
209 | 210 |
|
|
225 | 226 | # (source start file, target name, title, |
226 | 227 | # author, documentclass [howto, manual, or own class]). |
227 | 228 | latex_documents = [ |
228 | | - (master_doc, 'brotlipy.tex', u'brotlipy Documentation', |
| 229 | + (master_doc, 'BrotliCFFI.tex', u'BrotliCFFI Documentation', |
229 | 230 | u'Cory Benfield', 'manual'), |
230 | 231 | ] |
231 | 232 |
|
|
255 | 256 | # One entry per manual page. List of tuples |
256 | 257 | # (source start file, name, description, authors, manual section). |
257 | 258 | man_pages = [ |
258 | | - (master_doc, 'brotlipy', u'brotlipy Documentation', |
| 259 | + (master_doc, 'BrotliCFFI', u'BrotliCFFI Documentation', |
259 | 260 | [author], 1) |
260 | 261 | ] |
261 | 262 |
|
|
269 | 270 | # (source start file, target name, title, author, |
270 | 271 | # dir menu entry, description, category) |
271 | 272 | texinfo_documents = [ |
272 | | - (master_doc, 'brotlipy', u'brotlipy Documentation', |
273 | | - author, 'brotlipy', 'One line description of project.', |
| 273 | + (master_doc, 'BrotliCFFI', u'BrotliCFFI Documentation', |
| 274 | + author, 'BrotliCFFI', 'One line description of project.', |
274 | 275 | 'Miscellaneous'), |
275 | 276 | ] |
276 | 277 |
|
|
0 commit comments