summaryrefslogtreecommitdiff
path: root/sphinx/theming.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|/ | | | | | New behavior: a sphinx build does not stop, if for the configured theme an unknown but also unneeded html_theme_options is provided. Fixed #3884
* 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
| | | | | | | | | | | | | | | | There is no need to pull these dependencies if i.e. the documentation is using the classic theme. There will be no change in behavior for projects using alabaster or sphinx_rtd_theme.
* | 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
|\ \ | | | | | | refs #2087, #2086, #1845, #2097: Make sphinx_rtd_theme optional
| * | 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
| | | | | | | | | | Closes #1885: A part of code for this fix is from pull requeest #1885. refs #1794
* | 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
| | | | To be compatible with old Sphinx versions we have to use "default".
* Fix #1794: custom theme extended from alabaster or sphinx_rtd_theme can't ↵shimizukawa2015-04-051-20/+20
| | | | find base theme.
* 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
| | | | | | | | | | | | | | - Rename 'default' theme to 'classic'. - rename `themes/default` to `themes/classic` - add new `themes/default` theme that derives from 'classic' theme for compatibility. - setup.py depends to 'alabaster' and 'rtd' theme. - theming.py import and run `alabaster.get_path()` to append path for alabaster theme. - theming.py also import and run `sphinx_rtd_theme.get_html_theme_path()` to append path. - sphinx-quickstart will generate `html_theme = 'alabaster'`. - If user use 'default', sphinx emit notice (WARNING) suggestion to use 'alabaster' or use 'classic'. - add documentation for new alabaster and readthedoc theme and link to original pages: - https://pypi.python.org/pypi/alabaster - https://pypi.python.org/pypi/sphinx_rtd_theme
* 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
| |
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-1/+2
| | | | | | | | refs #1350.
* | use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa2014-04-291-6/+8
|/
* Closes #1386: Fix bug preventing more than one theme being added by the ↵Georg Brandl2014-03-011-1/+1
| | | | entry point mechanism.
* Update copyright year.Georg Brandl2014-03-011-1/+1
|