Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | doc: Fix typo | Takeshi KOMIYA | 2018-01-20 | 1 | -1/+1 | |
|/ / | ||||||
* | | builders: Add 'Builder.epilog' option | Stephen Finucane | 2018-01-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This allows builders to emit a final epilog message containing information such as where resulting files can be found. This is only emitted if the build was successful. This allows us to remove this content from the 'make_mode' tool and the legacy 'Makefile' and 'make.bat' templates. There's room for more dramatic simplification of the former, but this will come later. Signed-off-by: Stephen Finucane <stephen@that.guru> | |||||
* | | Fix typo | Takeshi KOMIYA | 2017-12-20 | 1 | -1/+1 | |
| | | ||||||
* | | Fix typo | Takeshi KOMIYA | 2017-12-20 | 1 | -1/+1 | |
| | | ||||||
* | | Fix mark up | Takeshi KOMIYA | 2017-12-17 | 1 | -1/+1 | |
| | | ||||||
* | | Replace AutodocReporter by switch_source_input() | Takeshi KOMIYA | 2017-12-17 | 1 | -2/+20 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-07-29 | 2 | -4/+22 | |
|\ \ | ||||||
| * | | Update docs (refs: #3923) | Takeshi KOMIYA | 2017-07-16 | 2 | -4/+22 | |
| |/ | ||||||
* | | #1685 remove non-existing attributes from custom directive doc | Timotheus Kampik | 2017-07-15 | 1 | -8/+0 | |
|/ | ||||||
* | Mark as experimental | Takeshi KOMIYA | 2017-05-07 | 1 | -0/+2 | |
| | ||||||
* | Fix #3633: misdetect unreferenced citations | Takeshi KOMIYA | 2017-04-29 | 1 | -0/+7 | |
| | ||||||
* | Fix #3628: Rename sphinx_themes entry point to sphinx.html_themes | Takeshi KOMIYA | 2017-04-22 | 1 | -0/+7 | |
| | ||||||
* | Fix markup | Takeshi KOMIYA | 2017-04-20 | 1 | -1/+1 | |
| | ||||||
* | Rewrite and simplify stylesheet handling | Jellby | 2017-04-15 | 1 | -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' | Jellby | 2017-04-15 | 4 | -2/+44 | |
|\ | | | | | | | | | Conflicts: tests/test_build_html.py | |||||
| * | Do not include the builder class in the entry point | Brecht Machiels | 2017-04-14 | 2 | -9/+17 | |
| | | | | | | | | | | - use the entry point to load the extension module in the usual way - update the documentation to reflect this change | |||||
| * | Find third-party builders by entry point | Brecht Machiels | 2017-04-10 | 1 | -0/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A builder is uniquely identified by its name, which can be used as an entry point in the 'sphinx.builders' entry point group. This obviates the need to register the builder as an extension. The built-in builders are still loaded as before. New third-party builders should provide an entry point in their setup.py: entry_points={ 'sphinx.builders': [ 'mybuilder = mypackage.mymodule:MyBuilder', ], } Like before, builders should define a setup(app) function in the 'mypackage.module' module to define configuration variables etc. It is no longer necessary to register the builder using Sphinx.add_builder(). Existing builders can still be loaded the traditional way, by including their module name in the extensions list in conf.py. | |||||
| * | Update docs | Takeshi KOMIYA | 2017-03-10 | 1 | -2/+3 | |
| | | ||||||
| * | Add Sphinx.add_post_transform() | Takeshi KOMIYA | 2017-03-10 | 1 | -0/+5 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' | Jellby | 2017-03-04 | 6 | -17/+107 | |
|\ \ | |/ | | | | | | | Conflicts: tests/test_build_html.py | |||||
| * | Merge pull request #3403 from jwilk/spelling | Takeshi KOMIYA | 2017-02-08 | 1 | -1/+1 | |
| |\ | | | | | | | Fix typos | |||||
| | * | Fix typos | Jakub Wilk | 2017-02-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | logging module docs | jfbu | 2017-02-07 | 1 | -15/+15 | |
| |/ | ||||||
| * | Update docs for collectors API | Takeshi KOMIYA | 2017-01-28 | 3 | -0/+16 | |
| | | ||||||
| * | Drop deprecated function: make_admonition() | Takeshi KOMIYA | 2017-01-07 | 1 | -11/+9 | |
| | | ||||||
| * | Update docs | Takeshi KOMIYA | 2017-01-07 | 2 | -1/+4 | |
| | | ||||||
| * | Drop deprecated options for html builder | Takeshi KOMIYA | 2017-01-05 | 1 | -5/+0 | |
| | | ||||||
| * | Drop deprecated termsep node | Takeshi KOMIYA | 2017-01-05 | 1 | -1/+0 | |
| | | ||||||
| * | Add doc/extdev/logging.rst | Takeshi KOMIYA | 2017-01-02 | 2 | -0/+79 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' | Jellby | 2016-12-06 | 1 | -0/+1 | |
|\ \ | |/ | | | | | | | | | Conflicts: sphinx/application.py sphinx/builders/html.py | |||||
| * | Make rendering of multiline signatures better in html. | Jakob Lykke Andersen | 2016-10-20 | 1 | -0/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' | Jellby | 2016-09-29 | 2 | -1/+3 | |
|\ \ | |/ | | | | | | | Conflicts: tests/test_build_html.py | |||||
| * | Merge branch 'stable' into master | jfbu | 2016-09-07 | 1 | -0/+2 | |
| |\ | | | | | | | | | | | | | Conflicts (fixed):: sphinx/texinputs/sphinx.sty | |||||
| | * | doc: Use AutodocReporter at example of nested_parse_with_titles() | Takeshi KOMIYA | 2016-09-07 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | In detail, please refer following thread: https://groups.google.com/forum/#!topic/sphinx-dev/l4fHrIJfwq4 | |||||
| * | | Sphinx.add_source_parser takes only two arguments | miyakogi | 2016-05-27 | 1 | -1/+1 | |
| |/ | | | | | https://github.com/sphinx-doc/sphinx/blob/master/sphinx/application.py#L794 | |||||
* | | Merge remote-tracking branch 'upstream/master' | Ignacio Fdez. Galván | 2016-02-29 | 2 | -1/+23 | |
|\ \ | |/ | ||||||
| * | Fix #1858: Support numbering custom nodes | Takeshi KOMIYA | 2016-02-14 | 1 | -6/+16 | |
| | | ||||||
| * | Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig feature | Takeshi KOMIYA | 2016-02-14 | 1 | -0/+12 | |
| | | ||||||
| * | Fixup links in the documentation. | Georg Brandl | 2016-02-13 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' | Jellby | 2016-02-08 | 4 | -2/+21 | |
|\ \ | |/ | | | | | | | Conflicts: tests/test_build_html.py | |||||
| * | Merge pull request #2207 from tk0miya/baseclass_for_parsers | Takeshi KOMIYA | 2016-01-17 | 2 | -0/+9 | |
| |\ | | | | | | | Add sphinx.parsers.Parser class; a base class for new parsers | |||||
| | * | Update docs about sphinx.parsers.Parser class | Takeshi KOMIYA | 2016-01-17 | 2 | -0/+9 | |
| | | | ||||||
| * | | Merge pull request #2209 from tk0miya/2162_add_source_parser_API | Takeshi KOMIYA | 2016-01-17 | 1 | -0/+6 | |
| |\ \ | | | | | | | | | Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and source_parsers from extension | |||||
| | * | | Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and ↵ | Takeshi KOMIYA | 2016-01-04 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | source_parsers from extension | |||||
| * | | | Merge branch 'stable' | Takeshi KOMIYA | 2016-01-11 | 1 | -1/+5 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Fix #1900: BuildEnvironment.srcdir documentation gives false information | Takeshi KOMIYA | 2016-01-07 | 1 | -1/+5 | |
| | | | | ||||||
| | * | | Fix typos #2122 (cherry-picked by hand) | Takeshi KOMIYA | 2016-01-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix typos. | Jakub Wilk | 2016-01-01 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge remote-tracking branch 'upstream/master' | Ignacio Fdez. Galván | 2015-12-13 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | merge with stable | shimizukawa | 2015-07-25 | 1 | -2/+2 | |
| |\ \ | | |/ |