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
/
tests
/
test_build_html.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
html builder: Append CRC32 checksum to asset URIs (#11415)
Adam Turner
2023-05-11
1
-11
/
+24
*
Remove HTML 4 support (#11385)
Adam Turner
2023-04-28
1
-12
/
+10
*
Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...
James Addison
2023-04-23
1
-1
/
+1
*
Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)
James Addison
2023-04-07
1
-1
/
+1
*
Include source in highlighting warnings (#11150)
Jeremy Maitin-Shepard
2023-03-17
1
-1
/
+1
*
Unescape quotation marks where possible
Adam Turner
2023-02-18
1
-1
/
+1
*
Fix pytest style issues
Adam Turner
2023-02-18
1
-11
/
+7
*
Fix COM812
Adam Turner
2023-02-18
1
-3
/
+3
*
Undo parallel image changes
Adam Turner
2023-01-10
1
-3
/
+0
*
Fix copying images under parallel execution (#11100)
Adam Turner
2023-01-07
1
-0
/
+19
*
Cache doctrees more efficiently
Adam Turner
2023-01-04
1
-1
/
+1
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
1
-1
/
+1
*
Remove obsolete HTML keyword ``link rel="shortcut"`` (#11069)
Rotzbua
2023-01-01
1
-1
/
+1
*
Make copyright text inclusion test date-independent
Adam Turner
2023-01-01
1
-1
/
+1
*
Run the ``pyupgrade`` tool
Adam Turner
2022-10-17
1
-3
/
+3
*
Revert ``html_codeblock_linenos_style`` removal (#10922)
Adam Turner
2022-10-16
1
-2
/
+15
*
Merge branch '5.x'
Adam Turner
2022-10-16
1
-0
/
+12
|
\
|
*
URI-escape image filenames (#10268)
Eric Wieser
2022-10-13
1
-0
/
+9
|
*
Revert "Fix detection for out of date files (#9360)" (#10908)
Martin Liška
2022-10-13
1
-0
/
+2
|
*
Fix detection for out of date files (#9360)
Martin Liška
2022-10-05
1
-2
/
+0
|
*
Extend cross referencing options with values (#10883)
Martin Liška
2022-10-02
1
-0
/
+3
*
|
Merge branch '5.x'
Adam Turner
2022-09-30
1
-0
/
+9
|
\
\
|
|
/
|
*
extend option directive syntax
Martin Liska
2022-09-27
1
-0
/
+9
*
|
Increase minimum Docutils to 0.18
Adam Turner
2022-09-27
1
-35
/
+1
*
|
Increase minimum Docutils to 0.17
Adam Turner
2022-09-27
1
-13
/
+5
*
|
Merge branch '5.x'
Adam Turner
2022-09-25
1
-1
/
+12
|
\
\
|
|
/
|
*
Split out `sphinx_highlight.js`
Adam Turner
2022-09-24
1
-1
/
+2
|
*
Deprecate HTML 4 support (#10843)
Adam Turner
2022-09-23
1
-0
/
+10
*
|
Merge branch '5.x'
Adam Turner
2022-09-09
1
-9
/
+1
|
\
\
|
|
/
|
*
Remove Pygments compatability code (#10812)
Adam Turner
2022-09-09
1
-16
/
+5
*
|
Merge branch '5.x'
Adam Turner
2022-07-17
1
-6
/
+15
|
\
\
|
|
/
|
*
Allow specifying multiple CSS files in themes (#10465)
Takeshi KOMIYA
2022-07-17
1
-0
/
+9
|
*
Lint with `flake8-bugbear` (#10602)
danieleades
2022-07-12
1
-6
/
+6
*
|
Merge branch '5.x' into master
Jean-François B
2022-06-30
1
-0
/
+25
|
\
\
|
|
/
|
*
Fix parsing of options with enabled option_emphasise_placeholders (#10565)
Martin Liška
2022-06-19
1
-0
/
+5
|
*
Fix usage of enable_search_shortcuts theme config value.
marxin
2022-06-17
1
-0
/
+20
*
|
Merge branch '5.x'
Adam Turner
2022-06-16
1
-1
/
+23
|
\
\
|
|
/
|
*
Show the repr of the value in some warnings (#10439)
Ezio Melotti
2022-06-16
1
-1
/
+1
|
*
Allow emphasising placeholders in `option` directives (#10366)
Martin Liška
2022-06-16
1
-0
/
+22
*
|
Remove deprecated items for Sphinx 6.0 (#10471)
Adam Turner
2022-06-16
1
-19
/
+3
|
/
*
Merge branch '4.x' into 5.x
Takeshi KOMIYA
2022-05-06
1
-0
/
+24
|
\
|
*
Merge pull request #10251 from jbms/fix-inline-syntax-highlight
Takeshi KOMIYA
2022-05-06
1
-0
/
+24
|
|
\
|
|
*
Make code role highlighting consistent with code-block directive
Jeremy Maitin-Shepard
2022-03-19
1
-0
/
+24
*
|
|
`.write_text(...)` -> `.write_text(..., encoding='utf8')`
Adam Turner
2022-04-27
1
-2
/
+2
*
|
|
`.read_text()` -> `.read_text(encoding='utf8')`
Adam Turner
2022-04-27
1
-29
/
+29
*
|
|
Use docutils.__version_info__ directly
Adam Turner
2022-04-22
1
-1
/
+2
*
|
|
Merge branch '4.x'
Takeshi KOMIYA
2022-03-27
1
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
Include trailing / in PEP URL to avoid 301 redirect
Hugo van Kemenade
2022-03-24
1
-2
/
+2
*
|
|
Merge branch '4.x'
Takeshi KOMIYA
2022-03-19
1
-11
/
+3
|
\
\
\
|
|
/
/
|
*
|
environment: Update default value for pep_base_url
Michal Čihař
2022-03-16
1
-2
/
+2
[next]