| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | doclinter: restrict by 90 columns | Takeshi KOMIYA | 2019-05-26 | 1 | -3/+3 |
| | | |||||
| * | Make EventManager portable | Takeshi KOMIYA | 2019-04-16 | 1 | -1/+1 |
| | | | | | | | So far, we need to bypass application object for modules to emit a event. This make EventManager portable and easy to pass event emitter. This brings modules less coupled with application object. | ||||
| * | Add sphinx.project; a manipulator for project and documents | Takeshi KOMIYA | 2018-10-16 | 1 | -0/+4 |
| | | |||||
| * | Drop APIs deprecated in 2.0 | Takeshi KOMIYA | 2018-09-03 | 1 | -26/+0 |
| | | |||||
| * | Implement math_renderer framework | Takeshi KOMIYA | 2018-07-28 | 1 | -0/+2 |
| | | |||||
| * | docs: Fix location of attributes | Takeshi KOMIYA | 2018-06-05 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #5020 from tk0miya/5018_update_docs | Takeshi KOMIYA | 2018-05-29 | 1 | -2/+2 |
| |\ | | | | | Fix #5018: wrong signature of env-merge-info and env-check-consistency | ||||
| | * | Fix #5018: wrong signature of env-merge-info and env-check-consistency | Takeshi KOMIYA | 2018-05-28 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' into 3606_load_mathjax_async | Takeshi KOMIYA | 2018-05-28 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Update docs | Takeshi KOMIYA | 2018-05-24 | 1 | -1/+1 |
| | |/ | |||||
| * | | Rename app.add_javascript() to add_js_file() | Takeshi KOMIYA | 2018-05-24 | 1 | -1/+1 |
| | | | |||||
| * | | add_javascript() allows keyword arguments as attributes for <script> tag | Takeshi KOMIYA | 2018-05-24 | 1 | -1/+1 |
| |/ | |||||
| * | Update docs | Takeshi KOMIYA | 2018-02-25 | 1 | -0/+2 |
| | | |||||
| * | Change interface of add_source_parser() and add add_source_suffix() | Takeshi KOMIYA | 2018-02-21 | 1 | -1/+3 |
| | | |||||
| * | doc: Add 'is_parallel_allowed' | Stephen Finucane | 2018-01-21 | 1 | -0/+2 |
| | | | | | | | This is an important function and should be documented. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | doc: Reorder 'sphinx.application' docs to match code | Stephen Finucane | 2018-01-21 | 1 | -15/+15 |
| | | | | | | | Use the same ordering to minimize cognitive load. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | doc: Move 'sphinx.application' API docs to code | Stephen Finucane | 2018-01-21 | 1 | -436/+40 |
| | | | | | | | This allows us to do something like 'help(sphinx.application)' in code. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | doc: Rework 'sphinx.application' API documentation | Stephen Finucane | 2018-01-21 | 1 | -92/+161 |
| | | | | | Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | Merge pull request #4465 from tk0miya/improve_config | Takeshi KOMIYA | 2018-01-21 | 1 | -0/+6 |
| |\ | | | | | Improve config | ||||
| | * | Add config-inited event | Takeshi KOMIYA | 2018-01-20 | 1 | -0/+6 |
| | | | |||||
| * | | doc: Move sphinx.config API docs to code | Stephen Finucane | 2018-01-20 | 1 | -9/+2 |
| | | | | | | | | | | | | | | | Once again, we make things a little smarter by using Python domain roles. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | | doc: Move sphinx.errors API docs to code | Stephen Finucane | 2018-01-20 | 1 | -31/+5 |
| |/ | | | | | | | This allows us to do something like 'help(sphinx.errors)' in code. We reword the exception descriptions per Python stdlib conventions. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | doc: Fix typo | Takeshi KOMIYA | 2018-01-20 | 1 | -1/+1 |
| | | |||||
| * | Update docs (refs: #3923) | Takeshi KOMIYA | 2017-07-16 | 1 | -0/+22 |
| | | |||||
| * | 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 | 1 | -0/+5 |
| |\ | | | | | | | | | Conflicts: tests/test_build_html.py | ||||
| | * | Add Sphinx.add_post_transform() | Takeshi KOMIYA | 2017-03-10 | 1 | -0/+5 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' | Jellby | 2017-03-04 | 1 | -5/+10 |
| |\ \ | |/ | | | | | | | Conflicts: tests/test_build_html.py | ||||
| | * | Fix typos | Jakub Wilk | 2017-02-07 | 1 | -1/+1 |
| | | | |||||
| | * | Update docs for collectors API | Takeshi KOMIYA | 2017-01-28 | 1 | -0/+6 |
| | | | |||||
| | * | Update docs | Takeshi KOMIYA | 2017-01-07 | 1 | -0/+4 |
| | | | |||||
| | * | Drop deprecated options for html builder | Takeshi KOMIYA | 2017-01-05 | 1 | -5/+0 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' | Jellby | 2016-09-29 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | Conflicts: tests/test_build_html.py | ||||
| | * | 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 | 1 | -0/+22 |
| |\ \ | |/ | |||||
| | * | 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 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' | Jellby | 2016-02-08 | 1 | -1/+7 |
| |\ \ | |/ | | | | | | | Conflicts: tests/test_build_html.py | ||||
| | * | Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and ↵ | Takeshi KOMIYA | 2016-01-04 | 1 | -0/+6 |
| | | | | | | | | | source_parsers from extension | ||||
| | * | Fix typos. | Jakub Wilk | 2016-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Changed 'rel' to 'alternate' | Ignacio Fdez. Galván | 2015-03-12 | 1 | -3/+3 |
| | | | |||||
| * | | Allow setting 'rel' and 'title' attributes for stylesheets. | Ignacio Fdez. Galván | 2015-03-11 | 1 | -1/+5 |
| |/ | |||||
| * | The ``env-updated`` event can now return a value, which is interpreted as an ↵ | Georg Brandl | 2015-01-25 | 1 | -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 Brandl | 2014-10-23 | 1 | -0/+6 |
| | | | | | `html-page-context`. | ||||
| * | fix trailing space and long line | Takayuki Shimizukawa | 2014-10-09 | 1 | -1/+1 |
| | | |||||
| * | Add options argument to Sphinx.add_latex_package() | tk0miya | 2014-09-28 | 1 | -1/+7 |
| | | |||||
