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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix highlighting lexers
Adam Turner
2022-09-25
2
-10
/
+19
*
Split out `sphinx_highlight.js`
Adam Turner
2022-09-24
3
-3
/
+3
*
Clear `record_dependencies` for each document (#10855)
Adam Turner
2022-09-24
5
-0
/
+24
*
Deprecate HTML 4 support (#10843)
Adam Turner
2022-09-23
1
-0
/
+10
*
imgmath: Allow embedding images in HTML as base64 (#10816)
Julien Schueller
2022-09-23
1
-0
/
+18
*
Support searching for index entries (#10819)
Adam Turner
2022-09-20
1
-2
/
+4
*
Add contents entries for domain objects (#10807)
Adam Turner
2022-09-13
5
-2
/
+85
*
Make toctree accept special docnames (#10673)
Brecht Machiels
2022-09-12
4
-0
/
+37
*
Remove Pygments compatability code (#10812)
Adam Turner
2022-09-09
2
-33
/
+11
*
search: support searching for (sub)titles (#10717)
Martin Liška
2022-09-09
1
-2
/
+4
*
Allow `:ref:` role to be used with definitions and fields (#10781)
Jeremy Maitin-Shepard
2022-09-06
1
-0
/
+40
*
Remove unneeded `noqa` lint suppression comments (#10772)
danieleades
2022-08-28
17
-36
/
+36
*
Further improve type annotations, reduce mypy whitelist (#10770)
danieleades
2022-08-28
1
-1
/
+1
*
linkcheck: Check the source URL of raw directives
n-peugnet
2022-08-17
2
-4
/
+17
*
Properly support `of` in docstring type specifiers (#10738)
ProGamerGov
2022-08-02
2
-0
/
+117
*
Merge branch '5.1.x' into 5.x
Jean-François B
2022-08-01
2
-7
/
+13
|
\
|
*
Fix flake8 5.0.0 reported formatting errors
daniel.eades
2022-08-01
2
-7
/
+13
*
|
C++, restructure tests
Jakob Lykke Andersen
2022-07-29
1
-34
/
+32
*
|
C++, fix parsing of certain non-type template parameters
Jakob Lykke Andersen
2022-07-29
1
-3
/
+4
*
|
C++, ensure merging case is as assumed
Jakob Lykke Andersen
2022-07-29
1
-8
/
+8
*
|
[C++] Ensure consistent non-specialization template argument representation
Jeremy Maitin-Shepard
2022-07-29
1
-3
/
+89
*
|
[C++] Allow template prefix on union declarations
Jeremy Maitin-Shepard
2022-07-24
1
-0
/
+3
*
|
[C++] Allow trailing requires-clause on constructors
Jeremy Maitin-Shepard
2022-07-24
1
-0
/
+2
*
|
[C++] Allow trailing-requires-clause on functions without a template prefix
Jeremy Maitin-Shepard
2022-07-24
1
-0
/
+2
*
|
[C++] Support requires-clause in more places
Jeremy Maitin-Shepard
2022-07-24
1
-0
/
+18
|
/
*
Update include_patterns implementation (#10680)
Adam Turner
2022-07-23
1
-8
/
+8
*
Add `include_patterns` as the opposite of `exclude_patterns` (#10518)
Adam Turner
2022-07-17
1
-1
/
+93
*
Allow specifying multiple CSS files in themes (#10465)
Takeshi KOMIYA
2022-07-17
6
-0
/
+16
*
Lint with `flake8-bugbear` (#10602)
danieleades
2022-07-12
10
-22
/
+22
*
Make `-P` (pdb) work better with exceptions triggered from events
Jeremy Maitin-Shepard
2022-07-04
1
-1
/
+22
*
Use the `flake8-comprehensions` lint plugin (#10601)
danieleades
2022-06-26
2
-3
/
+3
*
py domain: Ignore aliases for resolving `:any:` cross-references (#10089)
Joachim Jablon
2022-06-26
1
-0
/
+3
*
Replace `napoleon.iterators` by simpler stack implementation (#9856)
Antony Lee
2022-06-26
1
-0
/
+9
*
Ensure ObjectDescription signature nodes include line numbers (#10249)
Jeremy Maitin-Shepard
2022-06-23
1
-0
/
+14
*
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
*
Remove traces of Python 2 and 3.5 (#10560)
Adam Turner
2022-06-16
1
-16
/
+8
*
Show the repr of the value in some warnings (#10439)
Ezio Melotti
2022-06-16
5
-7
/
+7
*
Allow emphasising placeholders in `option` directives (#10366)
Martin Liška
2022-06-16
2
-0
/
+31
*
logging: always show source locations as absolute paths (#10460)
Doug Hellmann
2022-06-16
1
-1
/
+17
*
Increase static typing strictness (#10530)
Adam Turner
2022-06-16
4
-8
/
+36
*
Merge pull request #10551 from AA-Turner/fix-extra-whitespace
Takeshi KOMIYA
2022-06-17
2
-5
/
+32
|
\
|
*
Special case `**`
Adam Turner
2022-06-15
2
-1
/
+10
|
*
Add higher level test
Adam Turner
2022-06-15
1
-0
/
+18
|
*
Remove extra space from the unparser
Adam Turner
2022-06-14
1
-4
/
+4
*
|
Merge branch '5.0.x' into 5.x
Takeshi KOMIYA
2022-06-17
4
-0
/
+84
|
\
\
|
*
|
test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539)
Takeshi KOMIYA
2022-06-14
4
-0
/
+84
*
|
|
remove unnecessary list comprehension (C416)
Daniel Eades
2022-06-03
1
-9
/
+9
*
|
|
remove unnecessary list calls around 'sorted' (C413)
Daniel Eades
2022-06-03
1
-2
/
+2
*
|
|
Merge branch '5.0.x' into 5.x
Takeshi KOMIYA
2022-06-03
5
-0
/
+24
|
\
\
\
|
|
/
/
[next]