| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Lazy import babelv1.6b1 | Takeshi KOMIYA | 2017-04-24 | 1 | -1/+2 |
| * | Bump to 1.6 beta1 | Takeshi KOMIYA | 2017-04-24 | 1 | -2/+2 |
| * | Merge branch 'master' into drop_websupport | Takeshi KOMIYA | 2017-04-23 | 30 | -230/+658 |
| |\ | |||||
| | * | Fix typo | Takeshi KOMIYA | 2017-04-23 | 1 | -3/+3 |
| | * | Merge pull request #3658 from tk0miya/3630_add_get_full_qualified_names | Takeshi KOMIYA | 2017-04-23 | 3 | -1/+38 |
| | |\ | |||||
| | | * | Implement get_full_qualified_name() to CPPDomain (refs: #3630) | Takeshi KOMIYA | 2017-04-23 | 1 | -0/+14 |
| | | * | Implement get_full_qualified_name() to JavascriptDomain (refs: #3630) | Takeshi KOMIYA | 2017-04-23 | 1 | -0/+10 |
| | | * | Implement get_full_qualified_name() to StandardDomain (refs: #3630) | Takeshi KOMIYA | 2017-04-23 | 1 | -1/+14 |
| | * | | Fix to use registry.load_extension() instead | Takeshi KOMIYA | 2017-04-23 | 1 | -2/+1 |
| | * | | Merge branch 'master' into add_sphinx_factory | Takeshi KOMIYA | 2017-04-23 | 7 | -3/+243 |
| | |\ \ | |||||
| | | * \ | Merge pull request #3649 from tk0miya/deprecate_sphinx_theme_entry_point | Takeshi KOMIYA | 2017-04-23 | 2 | -2/+25 |
| | | |\ \ | | | |/ | | |/| | |||||
| | | | * | Fix #3628: Rename sphinx_themes entry point to sphinx.html_themes | Takeshi KOMIYA | 2017-04-22 | 2 | -2/+25 |
| | | * | | Merge branch 'master' into 3351_intersphinx_ref_with_context | Takeshi KOMIYA | 2017-04-23 | 30 | -413/+1255 |
| | | |\ \ | |||||
| | | | * | | Add debug log | Takeshi KOMIYA | 2017-04-23 | 1 | -2/+4 |
| | | | * | | Fix mypy violations | Takeshi KOMIYA | 2017-04-22 | 2 | -7/+9 |
| | | | * | | Add image_converter_args confval | Takeshi KOMIYA | 2017-04-22 | 1 | -2/+5 |
| | | | * | | Add sphinx.ext.imgconverter | Takeshi KOMIYA | 2017-04-22 | 2 | -0/+187 |
| | | | |/ | |||||
| | | * | | Fix #3351: intersphinx does not refers context | Takeshi KOMIYA | 2017-04-16 | 3 | -0/+23 |
| | * | | | Rename SphinxFactory class to SphinxComponentRegistry | Takeshi KOMIYA | 2017-04-23 | 7 | -36/+34 |
| | * | | | Move load_extension() to factory | Takeshi KOMIYA | 2017-04-22 | 3 | -65/+66 |
| | * | | | Move translators to SphinxFactory | Takeshi KOMIYA | 2017-04-22 | 16 | -50/+84 |
| | * | | | Move source_parsers manager to SphinxFactory | Takeshi KOMIYA | 2017-04-22 | 6 | -18/+24 |
| | * | | | Move domain class manager to SphinxFactory | Takeshi KOMIYA | 2017-04-22 | 2 | -52/+111 |
| | * | | | Move Sphinx._directive_helper() to sphinx.util.docutils | Takeshi KOMIYA | 2017-04-22 | 2 | -24/+33 |
| | * | | | Add SphinxFactory class to simplify application class | Takeshi KOMIYA | 2017-04-22 | 2 | -29/+70 |
| | | |/ | |/| | |||||
| * | | | Emit deprecation warnings on importing sphinx.websupport | Takeshi KOMIYA | 2017-04-22 | 1 | -0/+7 |
| * | | | Split websupport to sphinxcontrib-websupport package | Takeshi KOMIYA | 2017-04-22 | 13 | -1494/+17 |
| |/ / | |||||
| * | | Fix module docstring | Takeshi KOMIYA | 2017-04-22 | 1 | -2/+2 |
| * | | Merge branch 'master' into support_remote_images | Takeshi KOMIYA | 2017-04-22 | 15 | -316/+583 |
| |\ \ | |||||
| | * | | fix #2762: change html template for xhtml validation error (for epub) | Yoshiki Shibukawa | 2017-04-21 | 2 | -0/+17 |
| | * | | Add docstrings to sphinx.theming | Takeshi KOMIYA | 2017-04-21 | 1 | -0/+17 |
| | * | | Fix typo | Takeshi KOMIYA | 2017-04-21 | 1 | -1/+1 |
| | * | | Merge pull request #3505 from shibukawa/feature/refactoring_epub_builder | Yoshiki Shibukawa | 2017-04-21 | 4 | -76/+114 |
| | |\ \ | |||||
| | | * | | Refactoring EPUB builders: split common codes from EPUB2 builder | Yoshiki Shibukawa | 2017-04-20 | 4 | -76/+114 |
| | * | | | Fix mypy violations | Takeshi KOMIYA | 2017-04-21 | 3 | -6/+7 |
| | * | | | Drop old methods | Takeshi KOMIYA | 2017-04-21 | 3 | -21/+6 |
| | * | | | Refactored again | Takeshi KOMIYA | 2017-04-20 | 1 | -50/+46 |
| | * | | | Add HTMLThemeFactory class | Takeshi KOMIYA | 2017-04-20 | 4 | -68/+78 |
| | * | | | Refactor sphinx.theming | Takeshi KOMIYA | 2017-04-20 | 1 | -101/+85 |
| | * | | | Refactor Theme class | Takeshi KOMIYA | 2017-04-20 | 1 | -24/+46 |
| | * | | | Split theme manager and theme instance class | Takeshi KOMIYA | 2017-04-20 | 4 | -83/+92 |
| | * | | | Merge pull request #3635 from tk0miya/stylesheet_behaves_like_a_string | Takayuki SHIMIZUKAWA | 2017-04-20 | 2 | -7/+24 |
| | |\ \ \ | |||||
| | | * | | | Add styleesheet class | Takeshi KOMIYA | 2017-04-19 | 2 | -7/+24 |
| | * | | | | Show the location if warniserror enabled | Takeshi KOMIYA | 2017-04-20 | 1 | -2/+6 |
| | * | | | | Make messages translatable | Takeshi KOMIYA | 2017-04-20 | 1 | -13/+13 |
| | | |/ / | |/| | | |||||
| | * | | | Merge pull request #3643 from shibukawa/feature/fix_epub_theme_for_html5 | Takeshi KOMIYA | 2017-04-20 | 1 | -1/+125 |
| | |\ \ \ | |||||
| | | * | | | fix #3641: Fix epub style to adopt html5 experimental writer | Yoshiki Shibukawa | 2017-04-19 | 1 | -1/+125 |
| | * | | | | Use inspect instead of checking types | Jeroen Demeyer | 2017-04-19 | 1 | -5/+8 |
| | * | | | | Merge pull request #3640 from shibukawa/feature/html5_enabled_for_epub_by_def... | Yoshiki Shibukawa | 2017-04-19 | 2 | -2/+10 |
| | |\ \ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | fix #3639: use html5 translator for epub by default | Yoshiki Shibukawa | 2017-04-19 | 2 | -2/+10 |
| | | | |/ | | |/| | |||||
