index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
theming.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
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
*
|
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
|
\
\
|
*
|
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
*
|
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
*
Fix #1794: custom theme extended from alabaster or sphinx_rtd_theme can't fin...
shimizukawa
2015-04-05
1
-20
/
+20
*
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
*
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. r...
Takayuki Shimizukawa
2014-04-29
1
-1
/
+2
*
|
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 entry...
Georg Brandl
2014-03-01
1
-1
/
+1
*
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
*
Add feature: theme package collection by using setuptools plugin mechanism.
Takayuki Shimizukawa
2013-09-16
1
-2
/
+45
*
Copyright update.
Georg Brandl
2013-01-01
1
-1
/
+1
*
merge with 1.0
Georg Brandl
2011-01-04
1
-1
/
+1
|
\
|
*
New year update.
Georg Brandl
2011-01-04
1
-1
/
+1
*
|
Make Theme class usable without a builder object.
Georg Brandl
2010-10-30
1
-5
/
+6
*
|
Docstring harmonization.
Georg Brandl
2010-08-22
1
-10
/
+4
|
/
*
merge with 0.6
Georg Brandl
2010-01-01
1
-1
/
+1
|
\
|
*
Happy new year!
Georg Brandl
2010-01-01
1
-1
/
+1
*
|
Write theme information payload binary, not as text. Otherwise windows users...
Armin Ronacher
2009-07-14
1
-1
/
+1
|
/
*
Use package_dir for themepath.
Georg Brandl
2009-03-24
1
-2
/
+2
*
Use standard ``file:line: warning: message`` format for warning messages.
Georg Brandl
2009-03-05
1
-1
/
+1
*
#109: fix circular import problems by moving exceptions into their own module.
Georg Brandl
2009-02-24
1
-5
/
+1
*
Fix the serializing and changes builders, and really test them.
Georg Brandl
2009-02-21
1
-2
/
+2
*
Add theming test suite, fix a few bugs and doc problems.
Georg Brandl
2009-02-15
1
-1
/
+1
*
* Add support for theme options.
Georg Brandl
2009-02-15
1
-1
/
+22
*
Support theme zipfiles.
Georg Brandl
2009-02-15
1
-4
/
+50
*
Fix more line length and trailing whitespace.
Georg Brandl
2009-01-10
1
-1
/
+1
*
Add Pygments style selection to theming.
Georg Brandl
2009-01-10
1
-2
/
+11
*
Use the correct style name.
Georg Brandl
2009-01-05
1
-2
/
+14
*
Basic theme infrastructure.
Georg Brandl
2009-01-05
1
-0
/
+75