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-23Fix to use registry.load_extension() insteadTakeshi KOMIYA
2017-04-22Fix #3628: Rename sphinx_themes entry point to sphinx.html_themesTakeshi KOMIYA
2017-04-20Add docstrings to sphinx.themingTakeshi KOMIYA
2017-04-20Fix mypy violationsTakeshi KOMIYA
2017-04-20Drop old methodsTakeshi KOMIYA
2017-04-20Refactored againTakeshi KOMIYA
2017-04-20Add HTMLThemeFactory classTakeshi KOMIYA
2017-04-20Refactor sphinx.themingTakeshi KOMIYA
2017-04-20Refactor Theme classTakeshi KOMIYA
2017-04-20Split theme manager and theme instance classTakeshi KOMIYA
2017-04-18Fix fail to load template file if the parent template is archivedTakeshi KOMIYA
2017-04-16Remove unused codesTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-01-02Use sphinx.util.logging instead app.warn()Takeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.*Takeshi KOMIYA
2016-07-07Handle more file closing with "with"Ville Skyttä
2016-04-25Error message improvement: sphinx_rtd_theme not found errorryaanwells
2016-01-24Merge with 'stable'shimizukawa
2016-01-19Make alabaster and sphinx_rtd_theme dependencies optionalDmitry Shachnev
2016-01-15Update error message if sphinx_rtd_theme not foundTakeshi KOMIYA
2016-01-15Merge pull request #2087 from cppformat/optional-rtdTakayuki SHIMIZUKAWA
2016-01-15Merge branch 'stable'Georg Brandl
2016-01-15Obligatory copyright update.Georg Brandl
2016-01-08Warn about sphinx_rtd_theme being unbundledvitaut
2015-11-21Merge branch 'stable'shimizukawa
2015-11-21Fixes #1884: plug-in html themes cannot inherit another plug-in themeshimizukawa
2015-10-16Make sphinx_rtd_theme optionalvitaut
2015-05-18fix some over-broad except: clausesGeorg Brandl
2015-05-18theming: do not warn if theme is "default"Georg Brandl
2015-04-05Fix #1794: custom theme extended from alabaster or sphinx_rtd_theme can't fin...shimizukawa
2015-03-23include builtin thmemes automatically #1794Takayuki Hirai
2015-03-12fixed. Sphinx 1.3 can't load extra theme.tell-k
2015-02-23theming: make warning a bit more explicitGeorg Brandl
2015-02-23refs #1346. Add new default theme.shimizukawa
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-09-21Minor PEP8 cleanup.Georg Brandl
2014-04-30remove 'six' name except importing line.Takayuki Shimizukawa
2014-04-29use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa
2014-04-29use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa
2014-03-01Closes #1386: Fix bug preventing more than one theme being added by the entry...Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2013-09-16Add feature: theme package collection by using setuptools plugin mechanism.Takayuki Shimizukawa
2013-01-02Copyright update.Georg Brandl
2011-01-04merge with 1.0Georg Brandl
2011-01-04New year update.Georg Brandl
2010-10-30Make Theme class usable without a builder object.Georg Brandl
2010-08-22Docstring harmonization.Georg Brandl