|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# graphql-py documentation build configuration file, created by |
| 3 | +# graphqllib documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Wed Sep 16 20:08:39 2015. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its |
|
52 | 52 | master_doc = 'index' |
53 | 53 |
|
54 | 54 | # General information about the project. |
55 | | -project = u'graphql-py' |
| 55 | +project = u'graphqllib' |
56 | 56 | copyright = u'2015, Taeho Kim' |
57 | 57 | author = u'Taeho Kim' |
58 | 58 |
|
|
206 | 206 | #html_search_scorer = 'scorer.js' |
207 | 207 |
|
208 | 208 | # Output file base name for HTML help builder. |
209 | | -htmlhelp_basename = 'graphql-pydoc' |
| 209 | +htmlhelp_basename = 'graphqllibdoc' |
210 | 210 |
|
211 | 211 | # -- Options for LaTeX output --------------------------------------------- |
212 | 212 |
|
|
228 | 228 | # (source start file, target name, title, |
229 | 229 | # author, documentclass [howto, manual, or own class]). |
230 | 230 | latex_documents = [ |
231 | | - (master_doc, 'graphql-py.tex', u'graphql-py Documentation', |
| 231 | + (master_doc, 'graphqllib.tex', u'graphqllib Documentation', |
232 | 232 | u'Taeho Kim', 'manual'), |
233 | 233 | ] |
234 | 234 |
|
|
258 | 258 | # One entry per manual page. List of tuples |
259 | 259 | # (source start file, name, description, authors, manual section). |
260 | 260 | man_pages = [ |
261 | | - (master_doc, 'graphql-py', u'graphql-py Documentation', |
| 261 | + (master_doc, 'graphqllib', u'graphqllib Documentation', |
262 | 262 | [author], 1) |
263 | 263 | ] |
264 | 264 |
|
|
272 | 272 | # (source start file, target name, title, author, |
273 | 273 | # dir menu entry, description, category) |
274 | 274 | texinfo_documents = [ |
275 | | - (master_doc, 'graphql-py', u'graphql-py Documentation', |
276 | | - author, 'graphql-py', 'One line description of project.', |
| 275 | + (master_doc, 'graphqllib', u'graphqllib Documentation', |
| 276 | + author, 'graphqllib', 'One line description of project.', |
277 | 277 | 'Miscellaneous'), |
278 | 278 | ] |
279 | 279 |
|
|
0 commit comments