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-12-31A happy new year!Takeshi KOMIYA
2017-12-16Use ensuredir() instead of os.makedirs() to fix race conditionsMichał Górny
2017-12-16Fix mypy violationsTakeshi KOMIYA
2017-12-12Fix for reproducibility of htmlhelp and qthelp buildsDmitry Shachnev
2017-10-07Fix #3692: Unable to build HTML if writing .buildinfo failedTakeshi KOMIYA
2017-09-25Fix #4051: warn() function for HTML theme outputs 'None' stringTakeshi KOMIYA
2017-07-31Reduce DeprecationWarningTakeshi KOMIYA
2017-07-02Fix #3902: Emit error if ``latex_documents`` contains non-unicode string in py2Takeshi KOMIYA
2017-07-01Merge branch 'stable' into 3860_errors_caused_by_remote_imagesTakeshi KOMIYA
2017-06-30fix #3840: epub_uid should be XML NameYoshiki Shibukawa
2017-06-25Show correct URI if image candidate not foundTakeshi KOMIYA
2017-05-28Merge pull request #3819 from jfbu/fix_no_perl_on_windowsTakeshi KOMIYA
2017-05-28Fix #3807 by using old Makefile in LaTeX build repertory for windowsjfbu
2017-05-28Fix warning message for old docutils packageTakeshi KOMIYA
2017-05-22Fix #3763: got epubcheck validations error if epub_cover is setTakeshi KOMIYA
2017-05-17Remove debug printTakeshi KOMIYA
2017-05-17Fix #3756: epub: Entity mdash not definedTakeshi KOMIYA
2017-05-17Fix #3754: HTML builder crashes if HTML theme appends own stylesheetsTakeshi KOMIYA
2017-05-07Merge branch 'stable' into 1.6-releaseTakeshi KOMIYA
2017-05-07Update warning message (refs: #3524)Takeshi KOMIYA
2017-05-07Fix flake8 violationTakeshi KOMIYA
2017-05-07Stop enforcing that favicon's must be .icoNathaniel J. Smith
2017-05-07Update type annotations for new mypyTakeshi KOMIYA
2017-05-03Fix CSSContainer.insert() should convert strings to Stylesheet objectsTakeshi KOMIYA
2017-05-03Fix CSSContainer should call super methodTakeshi KOMIYA
2017-05-03Fix #3683: Failed to build document if builder.css_file.insert() is calledTakeshi KOMIYA
2017-04-29Fix dependency errorsTakeshi KOMIYA
2017-04-29Merge branch 'stable' into 1.6-releaseTakeshi KOMIYA
2017-04-27Fix #3657: EPUB builder crashes if document startswith genindex existsTakeshi KOMIYA
2017-04-27Merge pull request #3663 from tk0miya/3662_deprecate_builder.css_filesTakeshi KOMIYA
2017-04-26Move deprecation warningTakeshi KOMIYA
2017-04-26Fix #3669: gettext builder fails with "ValueError: substring not found"Takeshi KOMIYA
2017-04-25Deprecate the html_use_smartypants optionDmitry Shachnev
2017-04-25Remove the custom smartypants codeDmitry Shachnev
2017-04-25Fix #3662: ``builder.css_files`` is deprecatedTakeshi KOMIYA
2017-04-23Merge branch 'master' into drop_websupportTakeshi KOMIYA
2017-04-23Rename SphinxFactory class to SphinxComponentRegistryTakeshi KOMIYA
2017-04-22Move translators to SphinxFactoryTakeshi KOMIYA
2017-04-22Split websupport to sphinxcontrib-websupport packageTakeshi KOMIYA
2017-04-22Merge branch 'master' into support_remote_imagesTakeshi KOMIYA
2017-04-21fix #2762: change html template for xhtml validation error (for epub)Yoshiki Shibukawa
2017-04-20Fix typoTakeshi KOMIYA
2017-04-20Merge pull request #3505 from shibukawa/feature/refactoring_epub_builderYoshiki Shibukawa
2017-04-20Drop old methodsTakeshi KOMIYA
2017-04-20Add HTMLThemeFactory classTakeshi KOMIYA
2017-04-20Split theme manager and theme instance classTakeshi KOMIYA
2017-04-20Merge pull request #3635 from tk0miya/stylesheet_behaves_like_a_stringTakayuki SHIMIZUKAWA
2017-04-19Refactoring EPUB builders: split common codes from EPUB2 builderYoshiki Shibukawa
2017-04-19Merge pull request #3640 from shibukawa/feature/html5_enabled_for_epub_by_def...Yoshiki Shibukawa
2017-04-19fix #3639: use html5 translator for epub by defaultYoshiki Shibukawa