Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix flake8 and style-check violations | Takeshi KOMIYA | 2017-10-23 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-07-02 | 1 | -14/+14 | |
|\ \ | |/ | ||||||
| * | Fix #3833: command line messages are translated unintentionally | Takeshi KOMIYA | 2017-06-25 | 1 | -14/+14 | |
| | | ||||||
* | | Unknow html_theme_options throw warnings instead of errors. | daniel | 2017-06-26 | 1 | -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 messages | Takeshi KOMIYA | 2017-05-12 | 1 | -1/+1 | |
| | ||||||
* | Fix #3738: Nonsensical code in theming.py | Takeshi KOMIYA | 2017-05-11 | 1 | -1/+1 | |
| | ||||||
* | Fix to use registry.load_extension() instead | Takeshi KOMIYA | 2017-04-23 | 1 | -2/+1 | |
| | ||||||
* | Fix #3628: Rename sphinx_themes entry point to sphinx.html_themes | Takeshi KOMIYA | 2017-04-22 | 1 | -2/+20 | |
| | ||||||
* | Add docstrings to sphinx.theming | Takeshi KOMIYA | 2017-04-21 | 1 | -0/+17 | |
| | ||||||
* | Fix mypy violations | Takeshi KOMIYA | 2017-04-21 | 1 | -3/+4 | |
| | ||||||
* | Drop old methods | Takeshi KOMIYA | 2017-04-21 | 1 | -17/+2 | |
| | ||||||
* | Refactored again | Takeshi KOMIYA | 2017-04-20 | 1 | -50/+46 | |
| | ||||||
* | Add HTMLThemeFactory class | Takeshi KOMIYA | 2017-04-20 | 1 | -62/+71 | |
| | ||||||
* | Refactor sphinx.theming | Takeshi KOMIYA | 2017-04-20 | 1 | -101/+85 | |
| | ||||||
* | Refactor Theme class | Takeshi KOMIYA | 2017-04-20 | 1 | -24/+46 | |
| | ||||||
* | Split theme manager and theme instance class | Takeshi KOMIYA | 2017-04-20 | 1 | -81/+89 | |
| | ||||||
* | Fix fail to load template file if the parent template is archived | Takeshi KOMIYA | 2017-04-18 | 1 | -2/+6 | |
| | ||||||
* | Remove unused codes | Takeshi KOMIYA | 2017-04-16 | 1 | -9/+1 | |
| | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -6/+5 | |
| | | ||||||
* | | Use sphinx.util.logging instead app.warn() | Takeshi KOMIYA | 2017-01-02 | 1 | -8/+10 | |
| | | ||||||
* | | Add type-check annotations to sphinx.* | Takeshi KOMIYA | 2016-11-16 | 1 | -6/+20 | |
|/ | ||||||
* | Handle more file closing with "with" | Ville Skyttä | 2016-07-07 | 1 | -3/+2 | |
| | ||||||
* | Error message improvement: sphinx_rtd_theme not found error | ryaanwells | 2016-04-25 | 1 | -1/+2 | |
| | ||||||
* | Merge with 'stable' | shimizukawa | 2016-01-24 | 1 | -2/+1 | |
|\ | ||||||
| * | Make alabaster and sphinx_rtd_theme dependencies optional | Dmitry Shachnev | 2016-01-19 | 1 | -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 found | Takeshi KOMIYA | 2016-01-15 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #2087 from cppformat/optional-rtd | Takayuki SHIMIZUKAWA | 2016-01-15 | 1 | -4/+13 | |
|\ \ | | | | | | | refs #2087, #2086, #1845, #2097: Make sphinx_rtd_theme optional | |||||
| * | | Warn about sphinx_rtd_theme being unbundled | vitaut | 2016-01-08 | 1 | -2/+6 | |
| | | | ||||||
| * | | Make sphinx_rtd_theme optional | vitaut | 2015-10-16 | 1 | -2/+7 | |
| | | | ||||||
* | | | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'stable' | shimizukawa | 2015-11-22 | 1 | -3/+2 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | Fixes #1884: plug-in html themes cannot inherit another plug-in theme | shimizukawa | 2015-11-22 | 1 | -3/+2 | |
| | | | | | | | | | | Closes #1885: A part of code for this fix is from pull requeest #1885. refs #1794 | |||||
* | | fix some over-broad except: clauses | Georg Brandl | 2015-05-18 | 1 | -1/+1 | |
|/ | ||||||
* | theming: do not warn if theme is "default" | Georg Brandl | 2015-05-18 | 1 | -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 ↵ | shimizukawa | 2015-04-05 | 1 | -20/+20 | |
| | | | | find base theme. | |||||
* | include builtin thmemes automatically #1794 | Takayuki Hirai | 2015-03-23 | 1 | -0/+5 | |
| | ||||||
* | fixed. Sphinx 1.3 can't load extra theme. | tell-k | 2015-03-12 | 1 | -1/+1 | |
| | ||||||
* | theming: make warning a bit more explicit | Georg Brandl | 2015-02-23 | 1 | -1/+3 | |
| | ||||||
* | refs #1346. Add new default theme. | shimizukawa | 2015-02-24 | 1 | -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 Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Minor PEP8 cleanup. | Georg Brandl | 2014-09-21 | 1 | -1/+3 | |
| | | ||||||
* | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -3/+2 | |
| | | ||||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+2 | |
| | | | | | | | | refs #1350. | |||||
* | | use six privided functions/classes to support py2/py3 in one source. refs #1350. | Takayuki Shimizukawa | 2014-04-29 | 1 | -6/+8 | |
|/ | ||||||
* | Closes #1386: Fix bug preventing more than one theme being added by the ↵ | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | | | entry point mechanism. | |||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| |