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-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-22Merge branch 'stable'Takeshi KOMIYA
2017-03-18Fix docstringTakeshi KOMIYA
2017-03-09Initialize i18n module earlierTakeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-16Reduce DeprecationWarnings for regexpTakeshi KOMIYA
2017-02-06Remove unused "type: ignore"Takeshi KOMIYA
2017-01-19Fix #3353: Fix NameErrorTakeshi KOMIYA
2017-01-19Fix mypy violationsTakeshi KOMIYA
2017-01-17Add __iter__(), add() and filter() to Config classTakeshi KOMIYA
2017-01-05Drop deprecated options for html builderTakeshi KOMIYA
2017-01-02Use loggersTakeshi KOMIYA
2017-01-02Use sphinx.util.logging instead app.warn()Takeshi KOMIYA
2016-11-23Merge branch '1.5-release'Takeshi KOMIYA
2016-11-20Revert "Add ``config-inited`` event"Takeshi KOMIYA
2016-11-19Merge pull request #3156 from tk0miya/3095_tls_cacertsTakeshi KOMIYA
2016-11-18Add ``config-inited`` eventTakeshi KOMIYA
2016-11-17Fix #3095: Add tls_verify and tls_cacerts to support self-signed serversTakeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.*Takeshi KOMIYA
2016-10-14Improve message for confval type checkingTakeshi KOMIYA
2016-09-17Fix #326: `numref` role can also refer sectionsTakeshi KOMIYA
2016-09-10Use new style python classesTakeshi KOMIYA
2016-08-18Fix #1953: ``Sphinx.add_node`` does not add handlers the translator installe...Takeshi KOMIYA
2016-07-28Make sure extensions specified with -D override extensions in config file.mulhern
2016-07-07Add sphinx.config.ENUM to check the config values is in candidatesTakeshi KOMIYA
2016-07-06Now all builders and domains work as built-in extensionsTakeshi KOMIYA
2016-07-05Merge pull request #2454 from mgeier/html-sourcelink-txtTakeshi KOMIYA
2016-06-15Merge branch 'stable'jfbu
2016-06-15Fix #2629. Add new config option ``latex_keep_old_macro_names``jfbu
2016-06-07Change html_sourcelink_txt -> html_sourcelink_suffixMatthias Geier
2016-06-07Add option html_sourcelink_txtMatthias Geier
2016-05-09Merge branch 'stable'Takeshi KOMIYA
2016-05-03Add pointers to the SOURCE_DATE_EPOCH specification.Alexis Bienvenüe
2016-05-02Bugfix: copyright_year_re is a string patternAlexis Bienvenüe
2016-05-02Spaces and import fix.Alexis Bienvenüe
2016-05-02Code enhancements (thanks to mitya57 and tk0miya):Alexis Bienvenüe
2016-04-29Corrects copyright year using SOURCE_DATE_EPOCH if setAlexis Bienvenüe
2016-04-25Use `locales` as a default value of `locale_dirs`Takeshi KOMIYA
2016-04-18merge with stableshimizukawa
2016-04-17Initialize suppress_warnings on Config.pre_init_values()Takeshi KOMIYA
2016-04-17Refactor needs_sphinxTakeshi KOMIYA
2016-04-16Fix #2436: Sphinx does not check version by :confval:`needs_sphinx` if loadin...Takeshi KOMIYA
2016-04-12Merge with 'stable'shimizukawa
2016-04-10Fix #2395: Sphinx crashs if unicode character in image filenameTakeshi KOMIYA
2016-04-04Do not rebuild when nitpick mode has been changed.Robert Lehmann
2016-03-03Merge branch '2327_toplevel_sectioning'Takeshi KOMIYA
2016-03-03Merge branch '2229_suppress_warnings'Takeshi KOMIYA
2016-03-02Fix #2327: Add `latex_toplevel_sectioning` to switch the top level sectioning...Takeshi KOMIYA
2016-02-23Add :confval:`suppress_warnings` to supress arbitrary warning messageTakeshi KOMIYA