Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-23Merge branch 'master' into add_sphinx_factoryTakeshi KOMIYA
2017-04-23Rename SphinxFactory class to SphinxComponentRegistryTakeshi KOMIYA
2017-04-22Move load_extension() to factoryTakeshi KOMIYA
2017-04-22Move translators to SphinxFactoryTakeshi KOMIYA
2017-04-22Move source_parsers manager to SphinxFactoryTakeshi KOMIYA
2017-04-22Move domain class manager to SphinxFactoryTakeshi KOMIYA
2017-04-22Move Sphinx._directive_helper() to sphinx.util.docutilsTakeshi KOMIYA
2017-04-22Add SphinxFactory class to simplify application classTakeshi KOMIYA
2017-04-22Fix #3628: Rename sphinx_themes entry point to sphinx.html_themesTakeshi KOMIYA
2017-04-22Merge branch 'master' into support_remote_imagesTakeshi KOMIYA
2017-04-20Merge pull request #3505 from shibukawa/feature/refactoring_epub_builderYoshiki Shibukawa
2017-04-20Fix mypy violationsTakeshi KOMIYA
2017-04-20Add HTMLThemeFactory classTakeshi KOMIYA
2017-04-19Refactoring EPUB builders: split common codes from EPUB2 builderYoshiki Shibukawa
2017-04-19Add styleesheet classTakeshi KOMIYA
2017-04-18Add ImageDownloader transform to support remote images on some buildersTakeshi KOMIYA
2017-04-18Merge pull request #1767 from Jellby/masterTakeshi KOMIYA
2017-04-16Preload builder module before init config valuesTakeshi KOMIYA
2017-04-16Make translatableTakeshi KOMIYA
2017-04-15Rewrite and simplify stylesheet handlingJellby
2017-04-15Merge remote-tracking branch 'upstream/master'Jellby
2017-04-14Do not include the builder class in the entry pointBrecht Machiels
2017-04-10Use load_extension() to load the builder extensionBrecht Machiels
2017-04-10Find third-party builders by entry pointBrecht Machiels
2017-03-26Fix app.messagelog does not filled after moving to logging moduleTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-26Rename module: sphinx.extensions -> sphinx.extension (singular)Takeshi KOMIYA
2017-03-23treat alabaster as a builtin extensionTakeshi KOMIYA
2017-03-23Add Extension classTakeshi KOMIYA
2017-03-23Update deprecation message for env.currmodule and env.currclassTakeshi KOMIYA
2017-03-22Revert "Drop unused codes"Takeshi KOMIYA
2017-03-22Drop unused codesTakeshi KOMIYA
2017-03-20Update warning messageTakeshi KOMIYA
2017-03-19Add Builder#get_asset_paths() to make less-couplingTakeshi KOMIYA
2017-03-19Create an instance of builder before initialize envTakeshi KOMIYA
2017-03-12Remove unused variableTakeshi KOMIYA
2017-03-11Add EventManagerTakeshi KOMIYA
2017-03-10Add ReferenceResolver as a post-transformTakeshi KOMIYA
2017-03-10Add Sphinx.add_post_transform()Takeshi KOMIYA
2017-03-10Make error message translatableTakeshi KOMIYA
2017-03-09Merge branch 'master' into make_env.app_available_alwaysTakeshi KOMIYA
2017-03-09Initialize i18n module earlierTakeshi KOMIYA
2017-03-08Do not clear ``app.env``Takeshi KOMIYA
2017-03-08BuildEnvironment always own application object (after read phase)Takeshi KOMIYA
2017-03-04againJellby
2017-03-04againJellby
2017-03-04againJellby
2017-03-04againJellby
2017-03-04Merge remote-tracking branch 'upstream/master'Jellby