summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Lazy import babelv1.6b1Takeshi KOMIYA2017-04-241-1/+2
* Bump to 1.6 beta1Takeshi KOMIYA2017-04-241-2/+2
* Merge branch 'master' into drop_websupportTakeshi KOMIYA2017-04-2330-230/+658
|\
| * Fix typoTakeshi KOMIYA2017-04-231-3/+3
| * Merge pull request #3658 from tk0miya/3630_add_get_full_qualified_namesTakeshi KOMIYA2017-04-233-1/+38
| |\
| | * Implement get_full_qualified_name() to CPPDomain (refs: #3630)Takeshi KOMIYA2017-04-231-0/+14
| | * Implement get_full_qualified_name() to JavascriptDomain (refs: #3630)Takeshi KOMIYA2017-04-231-0/+10
| | * Implement get_full_qualified_name() to StandardDomain (refs: #3630)Takeshi KOMIYA2017-04-231-1/+14
| * | Fix to use registry.load_extension() insteadTakeshi KOMIYA2017-04-231-2/+1
| * | Merge branch 'master' into add_sphinx_factoryTakeshi KOMIYA2017-04-237-3/+243
| |\ \
| | * \ Merge pull request #3649 from tk0miya/deprecate_sphinx_theme_entry_pointTakeshi KOMIYA2017-04-232-2/+25
| | |\ \ | | | |/ | | |/|
| | | * Fix #3628: Rename sphinx_themes entry point to sphinx.html_themesTakeshi KOMIYA2017-04-222-2/+25
| | * | Merge branch 'master' into 3351_intersphinx_ref_with_contextTakeshi KOMIYA2017-04-2330-413/+1255
| | |\ \
| | | * | Add debug logTakeshi KOMIYA2017-04-231-2/+4
| | | * | Fix mypy violationsTakeshi KOMIYA2017-04-222-7/+9
| | | * | Add image_converter_args confvalTakeshi KOMIYA2017-04-221-2/+5
| | | * | Add sphinx.ext.imgconverterTakeshi KOMIYA2017-04-222-0/+187
| | | |/
| | * | Fix #3351: intersphinx does not refers contextTakeshi KOMIYA2017-04-163-0/+23
| * | | Rename SphinxFactory class to SphinxComponentRegistryTakeshi KOMIYA2017-04-237-36/+34
| * | | Move load_extension() to factoryTakeshi KOMIYA2017-04-223-65/+66
| * | | Move translators to SphinxFactoryTakeshi KOMIYA2017-04-2216-50/+84
| * | | Move source_parsers manager to SphinxFactoryTakeshi KOMIYA2017-04-226-18/+24
| * | | Move domain class manager to SphinxFactoryTakeshi KOMIYA2017-04-222-52/+111
| * | | Move Sphinx._directive_helper() to sphinx.util.docutilsTakeshi KOMIYA2017-04-222-24/+33
| * | | Add SphinxFactory class to simplify application classTakeshi KOMIYA2017-04-222-29/+70
| | |/ | |/|
* | | Emit deprecation warnings on importing sphinx.websupportTakeshi KOMIYA2017-04-221-0/+7
* | | Split websupport to sphinxcontrib-websupport packageTakeshi KOMIYA2017-04-2213-1494/+17
|/ /
* | Fix module docstringTakeshi KOMIYA2017-04-221-2/+2
* | Merge branch 'master' into support_remote_imagesTakeshi KOMIYA2017-04-2215-316/+583
|\ \
| * | fix #2762: change html template for xhtml validation error (for epub)Yoshiki Shibukawa2017-04-212-0/+17
| * | Add docstrings to sphinx.themingTakeshi KOMIYA2017-04-211-0/+17
| * | Fix typoTakeshi KOMIYA2017-04-211-1/+1
| * | Merge pull request #3505 from shibukawa/feature/refactoring_epub_builderYoshiki Shibukawa2017-04-214-76/+114
| |\ \
| | * | Refactoring EPUB builders: split common codes from EPUB2 builderYoshiki Shibukawa2017-04-204-76/+114
| * | | Fix mypy violationsTakeshi KOMIYA2017-04-213-6/+7
| * | | Drop old methodsTakeshi KOMIYA2017-04-213-21/+6
| * | | Refactored againTakeshi KOMIYA2017-04-201-50/+46
| * | | Add HTMLThemeFactory classTakeshi KOMIYA2017-04-204-68/+78
| * | | Refactor sphinx.themingTakeshi KOMIYA2017-04-201-101/+85
| * | | Refactor Theme classTakeshi KOMIYA2017-04-201-24/+46
| * | | Split theme manager and theme instance classTakeshi KOMIYA2017-04-204-83/+92
| * | | Merge pull request #3635 from tk0miya/stylesheet_behaves_like_a_stringTakayuki SHIMIZUKAWA2017-04-202-7/+24
| |\ \ \
| | * | | Add styleesheet classTakeshi KOMIYA2017-04-192-7/+24
| * | | | Show the location if warniserror enabledTakeshi KOMIYA2017-04-201-2/+6
| * | | | Make messages translatableTakeshi KOMIYA2017-04-201-13/+13
| | |/ / | |/| |
| * | | Merge pull request #3643 from shibukawa/feature/fix_epub_theme_for_html5Takeshi KOMIYA2017-04-201-1/+125
| |\ \ \
| | * | | fix #3641: Fix epub style to adopt html5 experimental writerYoshiki Shibukawa2017-04-191-1/+125
| * | | | Use inspect instead of checking typesJeroen Demeyer2017-04-191-5/+8
| * | | | Merge pull request #3640 from shibukawa/feature/html5_enabled_for_epub_by_def...Yoshiki Shibukawa2017-04-192-2/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fix #3639: use html5 translator for epub by defaultYoshiki Shibukawa2017-04-192-2/+10
| | | |/ | | |/|