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
/
builders
/
html.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: convert builders.html to a python package
Takeshi KOMIYA
2020-02-11
1
-1224
/
+0
*
Merge branch '2.0'
Takeshi KOMIYA
2020-01-11
1
-5
/
+5
|
\
|
*
refactor: Rename var keyword argument to "**kwargs"
Takeshi KOMIYA
2020-01-08
1
-5
/
+5
*
|
Merge branch '2.0'
Takeshi KOMIYA
2020-01-01
1
-2
/
+2
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
|
*
mypy: Enable disallow_incomplete_defs flag for type checking
Takeshi KOMIYA
2019-12-30
1
-2
/
+2
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-12-22
1
-7
/
+4
|
\
\
|
|
/
|
*
Replace `a and b or c` by the more legible `b if a or c`.
Antony Lee
2019-12-21
1
-7
/
+4
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-12-21
1
-2
/
+0
|
\
\
|
|
/
|
*
Remove redundant type="text/javascript" from <script> elements
Jon Dufresne
2019-12-15
1
-2
/
+0
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-11-17
1
-2
/
+4
|
\
\
|
|
/
|
*
Corrected typo where drives were not compared, meaning the check always evalu...
Nate Damon
2019-10-26
1
-2
/
+2
|
*
Reimplemented fix to not rely on error strings'
Nate Damon
2019-10-26
1
-20
/
+8
|
*
specified the specific error message to except, so other value errors are sti...
Nate Damon
2019-10-26
1
-2
/
+6
|
*
Fixed 4 flake8 violations due to stinky IDE I was using
Nate Damon
2019-10-26
1
-4
/
+4
|
*
Fixes #6759: validation of html static paths and extra paths no longer throws...
Nate Damon
2019-10-26
1
-6
/
+16
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-10-06
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix mypy violations (for mypy-0.730)
Takeshi KOMIYA
2019-10-06
1
-2
/
+2
*
|
Merge branch '2.0'
jfbu
2019-08-01
1
-2
/
+7
|
\
\
|
|
/
|
*
Fix type annotation for python 3.5.1
Takeshi KOMIYA
2019-07-13
1
-2
/
+7
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-07-07
1
-40
/
+54
|
\
\
|
|
/
|
*
refactor: Separate HTMLBuilder.copy_static_files() to sub methods
Takeshi KOMIYA
2019-07-01
1
-40
/
+54
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-07-01
1
-79
/
+67
|
\
\
|
|
/
|
*
html: refactor with progress_message()
Takeshi KOMIYA
2019-06-30
1
-79
/
+67
*
|
Fix typo
Cheryl Sabella
2019-06-21
1
-1
/
+1
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-06-21
1
-22
/
+46
|
\
\
|
|
/
|
*
Merge pull request #6500 from tk0miya/1464_warning_html_static_path_inside_ou...
Takeshi KOMIYA
2019-06-18
1
-2
/
+10
|
|
\
|
|
*
Close #1464: html: warn html_static_path is inside outdir
Takeshi KOMIYA
2019-06-18
1
-2
/
+10
|
*
|
Fix #6499: html: Sphinx never updates a copy of html_logo
Takeshi KOMIYA
2019-06-18
1
-10
/
+4
|
|
/
|
*
validate html_favicon on config-inited
Takeshi KOMIYA
2019-06-17
1
-4
/
+9
|
*
validate html_logo on config-inited
Takeshi KOMIYA
2019-06-17
1
-3
/
+9
|
*
validate html_extra_path on config-inited
Takeshi KOMIYA
2019-06-17
1
-4
/
+9
|
*
validate html_static_path on config-inited
Takeshi KOMIYA
2019-06-17
1
-3
/
+9
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-06-15
1
-131
/
+72
|
\
\
|
|
/
|
*
Migrate to py3 style type annotation: sphinx.builders.html
Takeshi KOMIYA
2019-06-10
1
-141
/
+77
|
*
Make EventManager portable
Takeshi KOMIYA
2019-04-16
1
-1
/
+1
*
|
Merge pull request #6260 from tk0miya/refactor_events
Takeshi KOMIYA
2019-04-16
1
-1
/
+1
|
\
\
|
*
|
Make EventManager portable
Takeshi KOMIYA
2019-04-06
1
-1
/
+1
*
|
|
Merge branch '2.0'
Takeshi KOMIYA
2019-04-07
1
-18
/
+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fix #6245: circular import error on importing SerializingHTMLBuilder
Takeshi KOMIYA
2019-04-05
1
-20
/
+4
|
*
Python-3-only clean ups discovered by pyupgrade
Jon Dufresne
2019-03-19
1
-1
/
+1
|
*
Update warning messages for script_files
Takeshi KOMIYA
2019-02-24
1
-9
/
+9
*
|
Drop features and APIs deprecated in 1.8
Takeshi KOMIYA
2019-03-30
1
-47
/
+2
*
|
Python-3-only clean ups discovered by pyupgrade
Jon Dufresne
2019-03-17
1
-1
/
+1
*
|
Update warning messages for script_files
Takeshi KOMIYA
2019-02-22
1
-9
/
+9
|
/
*
Separate json and pickle to sphinxcontrib package
Takeshi KOMIYA
2019-02-17
1
-144
/
+10
*
HTML builder outputs HTML5 by default
Takeshi KOMIYA
2019-02-11
1
-18
/
+6
*
Move DirectoryHTMLBuilder to sphinx.builders.dirhtml package
Takeshi KOMIYA
2019-02-07
1
-34
/
+2
*
Give "nonl=True" value to logging.info() instead of int
Takeshi KOMIYA
2019-01-19
1
-7
/
+7
*
refactor: HTMLBuilder.render_partial()
Takeshi KOMIYA
2019-01-14
1
-22
/
+7
[next]