summaryrefslogtreecommitdiff
path: root/doc/extdev/appapi.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix #3633: misdetect unreferenced citationsTakeshi KOMIYA2017-04-291-0/+7
|
* Fix #3628: Rename sphinx_themes entry point to sphinx.html_themesTakeshi KOMIYA2017-04-221-0/+7
|
* Fix markupTakeshi KOMIYA2017-04-201-1/+1
|
* Rewrite and simplify stylesheet handlingJellby2017-04-151-2/+4
| | | | | | | Thanks to tk0miya's comment, I learnt one can add stuff to template blocks, that allows a much simpler stylesheet configuration, considering that changes at the template level will be more... well, low-level. Hopefully this is now acceptable.
* Merge remote-tracking branch 'upstream/master'Jellby2017-04-151-0/+5
|\ | | | | | | | | Conflicts: tests/test_build_html.py
| * Add Sphinx.add_post_transform()Takeshi KOMIYA2017-03-101-0/+5
| |
* | Merge remote-tracking branch 'upstream/master'Jellby2017-03-041-5/+10
|\ \ | |/ | | | | | | Conflicts: tests/test_build_html.py
| * Fix typosJakub Wilk2017-02-071-1/+1
| |
| * Update docs for collectors APITakeshi KOMIYA2017-01-281-0/+6
| |
| * Update docsTakeshi KOMIYA2017-01-071-0/+4
| |
| * Drop deprecated options for html builderTakeshi KOMIYA2017-01-051-5/+0
| |
* | Merge remote-tracking branch 'upstream/master'Jellby2016-09-291-1/+1
|\ \ | |/ | | | | | | Conflicts: tests/test_build_html.py
| * Sphinx.add_source_parser takes only two argumentsmiyakogi2016-05-271-1/+1
| | | | | | https://github.com/sphinx-doc/sphinx/blob/master/sphinx/application.py#L794
* | Merge remote-tracking branch 'upstream/master'Ignacio Fdez. Galván2016-02-291-0/+22
|\ \ | |/
| * Fix #1858: Support numbering custom nodesTakeshi KOMIYA2016-02-141-6/+16
| |
| * Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig featureTakeshi KOMIYA2016-02-141-0/+12
| |
* | Merge remote-tracking branch 'upstream/master'Jellby2016-02-081-1/+7
|\ \ | |/ | | | | | | Conflicts: tests/test_build_html.py
| * Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and ↵Takeshi KOMIYA2016-01-041-0/+6
| | | | | | | | source_parsers from extension
| * Fix typos.Jakub Wilk2016-01-011-1/+1
| |
* | Changed 'rel' to 'alternate'Ignacio Fdez. Galván2015-03-121-3/+3
| |
* | Allow setting 'rel' and 'title' attributes for stylesheets.Ignacio Fdez. Galván2015-03-111-1/+5
|/
* The ``env-updated`` event can now return a value, which is interpreted as an ↵Georg Brandl2015-01-251-0/+7
| | | | | | iterable of additional docnames that need to be rewritten. (reference: #1683)
* Closes #1597: Added possibility to return a new template name from ↵Georg Brandl2014-10-231-0/+6
| | | | `html-page-context`.
* fix trailing space and long lineTakayuki Shimizukawa2014-10-091-1/+1
|
* Add options argument to Sphinx.add_latex_package()tk0miya2014-09-281-1/+7
|
* Add new API: Sphinx.add_latex_package()tk0miya2014-09-271-0/+6
| | | | | Sphinx.add_latex_package() allows sphinx extensions to add latex packages. It helps creating extensions for latex (for example, latex-theming)
* Make remaining builtin extensions parallel-read-proof.Georg Brandl2014-09-221-1/+3
|
* Document env-merge-info event, add parallel reading to changelogGeorg Brandl2014-09-221-0/+18
|
* [WIP] parallel readGeorg Brandl2014-09-221-1/+2
|
* Rename env-read-docs to env-before-read-docs, add changelog entry and fixup ↵Georg Brandl2014-09-221-5/+9
| | | | tests.
* Merged in guillemNaN/sphinx (pull request #261)Georg Brandl2014-09-221-0/+8
|\ | | | | | | Add env-read-docs event to allow modify docnames list before processing
| * Add env-read-docs event to allow modify docnames list before processingGuillem Barba2014-07-311-0/+8
| |
* | Add app.set_translator() API to register or override a Docutils translator ↵Takayuki Shimizukawa2014-08-051-6/+10
| | | | | | | | class like :confval:`html_translator_class`.
* | * fix code to pass test, add versionadded to doc, update CHANGES for pull ↵Takayuki Shimizukawa2014-08-031-0/+2
| | | | | | | | request #229
* | Merged in russell/sphinx-pluggable-translators (pull request #229)Takayuki Shimizukawa2014-08-031-4/+13
|\ \ | |/ |/| | | Allow registration of other translators
| * Allow registration of other translatorsRussell Sim2014-03-201-4/+13
| | | | | | | | | | | | | | This adds an add_translator method to the sphinx application class. It allows developers to register custom translators (writers) with sphinx, so other extensions that add new nodes can register support for the custom translators.
* | rewrapping paragraphs when over 80 characters wideEricFromCanada2014-06-181-4/+4
| |
* | merge with stableGeorg Brandl2014-03-261-1/+12
|\ \ | |/ |/|
| * Add an example how to connect events.Georg Brandl2014-03-261-1/+12
| |
* | merge with stableGeorg Brandl2014-03-021-1/+1
|\ \ | |/
* | merge with stableGeorg Brandl2014-01-221-0/+50
|\ \ | |/
| * remove duplicate wordingGeorg Brandl2014-01-211-2/+2
| |
| * actually use exception markupGeorg Brandl2014-01-211-5/+5
| |
| * doc: add exceptions from sphinx.errorsGeorg Brandl2014-01-211-0/+50
| |
* | merge with stableGeorg Brandl2014-01-201-4/+7
|/
* Doc: move API docs in their own chapter and add more of it.Georg Brandl2014-01-201-0/+534