|
57 | 57 | 'sphinx.ext.viewcode', |
58 | 58 | 'sphinx.ext.napoleon', |
59 | 59 | 'IPython.sphinxext.ipython_directive', |
60 | | - 'IPython.sphinxext.ipython_console_highlighting' |
| 60 | + 'IPython.sphinxext.ipython_console_highlighting', |
| 61 | + 'breathe' |
61 | 62 | ] |
62 | 63 |
|
63 | 64 | # Show members for classes in .. autosummary |
|
77 | 78 | # Add any paths that contain templates here, relative to this directory. |
78 | 79 | templates_path = ['_templates'] |
79 | 80 |
|
| 81 | +breathe_projects = { "arrow_cpp": "../../../cpp/apidoc/xml" } |
| 82 | +breathe_default_project = "arrow_cpp" |
| 83 | + |
80 | 84 | # The suffix(es) of source filenames. |
81 | 85 | # You can specify multiple suffix as a list of string: |
82 | 86 | # |
|
93 | 97 | master_doc = 'index' |
94 | 98 |
|
95 | 99 | # General information about the project. |
96 | | -project = u'pyarrow' |
| 100 | +project = u'Apache Arrow' |
97 | 101 | copyright = u'2016-2018 Apache Software Foundation' |
98 | 102 | author = u'Apache Software Foundation' |
99 | 103 |
|
|
180 | 184 | # The name for this set of Sphinx documents. |
181 | 185 | # "<project> v<release> documentation" by default. |
182 | 186 | # |
183 | | -# html_title = u'pyarrow v0.1.0' |
| 187 | +# html_title = u'Apache Arrow v0.1.0' |
184 | 188 |
|
185 | 189 | # A shorter title for the navigation bar. Default is the same as html_title. |
186 | 190 | # |
|
280 | 284 | # html_search_scorer = 'scorer.js' |
281 | 285 |
|
282 | 286 | # Output file base name for HTML help builder. |
283 | | -htmlhelp_basename = 'pyarrowdoc' |
| 287 | +htmlhelp_basename = 'arrowdoc' |
284 | 288 |
|
285 | 289 | # -- Options for LaTeX output --------------------------------------------- |
286 | 290 |
|
|
306 | 310 | # (source start file, target name, title, |
307 | 311 | # author, documentclass [howto, manual, or own class]). |
308 | 312 | latex_documents = [ |
309 | | - (master_doc, 'pyarrow.tex', u'pyarrow Documentation', |
| 313 | + (master_doc, 'arrow.tex', u'Apache Arrow Documentation', |
310 | 314 | u'Apache Arrow Team', 'manual'), |
311 | 315 | ] |
312 | 316 |
|
|
348 | 352 | # One entry per manual page. List of tuples |
349 | 353 | # (source start file, name, description, authors, manual section). |
350 | 354 | man_pages = [ |
351 | | - (master_doc, 'pyarrow', u'pyarrow Documentation', |
| 355 | + (master_doc, 'arrow', u'Apache Arrow Documentation', |
352 | 356 | [author], 1) |
353 | 357 | ] |
354 | 358 |
|
|
363 | 367 | # (source start file, target name, title, author, |
364 | 368 | # dir menu entry, description, category) |
365 | 369 | texinfo_documents = [ |
366 | | - (master_doc, 'pyarrow', u'pyarrow Documentation', |
367 | | - author, 'pyarrow', 'One line description of project.', |
| 370 | + (master_doc, 'arrow', u'Apache Arrow Documentation', |
| 371 | + author, 'Apache Arrow', 'One line description of project.', |
368 | 372 | 'Miscellaneous'), |
369 | 373 | ] |
370 | 374 |
|
|
0 commit comments