summaryrefslogtreecommitdiff
path: root/sphinx/theming.py
Commit message (Expand)AuthorAgeFilesLines
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-10-231-1/+1
|\ \ | |/
| * Fix flake8 and style-check violationsTakeshi KOMIYA2017-10-231-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-07-021-14/+14
|\ \ | |/
| * Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA2017-06-251-14/+14
* | Unknow html_theme_options throw warnings instead of errors.daniel2017-06-261-2/+3
|/
* Update messagesTakeshi KOMIYA2017-05-121-1/+1
* Fix #3738: Nonsensical code in theming.pyTakeshi KOMIYA2017-05-111-1/+1
* Fix to use registry.load_extension() insteadTakeshi KOMIYA2017-04-231-2/+1
* Fix #3628: Rename sphinx_themes entry point to sphinx.html_themesTakeshi KOMIYA2017-04-221-2/+20
* Add docstrings to sphinx.themingTakeshi KOMIYA2017-04-211-0/+17
* Fix mypy violationsTakeshi KOMIYA2017-04-211-3/+4
* Drop old methodsTakeshi KOMIYA2017-04-211-17/+2
* Refactored againTakeshi KOMIYA2017-04-201-50/+46
* Add HTMLThemeFactory classTakeshi KOMIYA2017-04-201-62/+71
* 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-201-81/+89
* Fix fail to load template file if the parent template is archivedTakeshi KOMIYA2017-04-181-2/+6
* Remove unused codesTakeshi KOMIYA2017-04-161-9/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-6/+5
* | Use sphinx.util.logging instead app.warn()Takeshi KOMIYA2017-01-021-8/+10
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-6/+20
|/
* Handle more file closing with "with"Ville Skyttä2016-07-071-3/+2
* Error message improvement: sphinx_rtd_theme not found errorryaanwells2016-04-251-1/+2
* Merge with 'stable'shimizukawa2016-01-241-2/+1
|\
| * Make alabaster and sphinx_rtd_theme dependencies optionalDmitry Shachnev2016-01-191-3/+2
* | Update error message if sphinx_rtd_theme not foundTakeshi KOMIYA2016-01-151-2/+2
* | Merge pull request #2087 from cppformat/optional-rtdTakayuki SHIMIZUKAWA2016-01-151-4/+13
|\ \
| * | Warn about sphinx_rtd_theme being unbundledvitaut2016-01-081-2/+6
| * | Make sphinx_rtd_theme optionalvitaut2015-10-161-2/+7
* | | Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\ \ \ | | |/ | |/|
| * | Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* | | Merge branch 'stable'shimizukawa2015-11-221-3/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Fixes #1884: plug-in html themes cannot inherit another plug-in themeshimizukawa2015-11-221-3/+2
* | fix some over-broad except: clausesGeorg Brandl2015-05-181-1/+1
|/
* theming: do not warn if theme is "default"Georg Brandl2015-05-181-5/+7
* Fix #1794: custom theme extended from alabaster or sphinx_rtd_theme can't fin...shimizukawa2015-04-051-20/+20
* include builtin thmemes automatically #1794Takayuki Hirai2015-03-231-0/+5
* fixed. Sphinx 1.3 can't load extra theme.tell-k2015-03-121-1/+1
* theming: make warning a bit more explicitGeorg Brandl2015-02-231-1/+3
* refs #1346. Add new default theme.shimizukawa2015-02-241-4/+24
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Minor PEP8 cleanup.Georg Brandl2014-09-211-1/+3
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-3/+2