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
/
directives
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable 'nit-picky mode' for Sphinx's documentation
Adam Turner
2023-04-06
1
-7
/
+8
*
Resolve ``flake8-return`` errors
Adam Turner
2023-02-18
1
-9
/
+7
*
Unescape quotation marks where possible
Adam Turner
2023-02-18
1
-1
/
+1
*
Fix COM812
Adam Turner
2023-02-18
1
-10
/
+10
*
Add ``content_offset`` parameter to ``nested_parse_with_titles`` (#11147)
Jeremy Maitin-Shepard
2023-02-15
1
-1
/
+1
*
De-glob mypy whitelist for 'sphinx.domains.*' (#11064)
danieleades
2023-01-02
1
-3
/
+3
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
4
-4
/
+4
*
Use PEP 604 types
Adam Turner
2023-01-01
2
-16
/
+16
*
Use PEP 595 types
Adam Turner
2023-01-01
4
-59
/
+59
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
4
-0
/
+8
*
remove blanket 'noqas'
Daniel Eades
2022-12-16
2
-2
/
+4
*
Update typing ignores for mypy 0.990
Adam Turner
2022-11-13
1
-1
/
+1
*
Merge branch '5.x'
Adam Turner
2022-10-16
1
-1
/
+2
|
\
|
*
Allow sections in object description directives (#10919)
Adam Turner
2022-10-15
1
-1
/
+2
*
|
Merge branch '5.x'
Adam Turner
2022-09-30
1
-2
/
+9
|
\
\
|
|
/
|
*
Finer grained control over domain ToC entries (#10886)
Adam Turner
2022-09-30
1
-2
/
+9
*
|
Increase minimum Docutils to 0.18
Adam Turner
2022-09-27
1
-26
/
+2
*
|
Increase minimum Docutils to 0.17
Adam Turner
2022-09-27
1
-21
/
+20
*
|
Drop Python 3.7
Adam Turner
2022-09-27
1
-1
/
+1
*
|
Merge branch '5.x'
Adam Turner
2022-09-23
2
-2
/
+51
|
\
\
|
|
/
|
*
Add contents entries for domain objects (#10807)
Adam Turner
2022-09-13
1
-0
/
+45
|
*
Make toctree accept special docnames (#10673)
Brecht Machiels
2022-09-12
1
-2
/
+6
*
|
Merge branch '5.x'
Adam Turner
2022-09-09
2
-5
/
+5
|
\
\
|
|
/
|
*
Fix more strict static typing errors (#10681)
danieleades
2022-08-28
1
-1
/
+1
|
*
Fix some static typing errors (#10745)
danieleades
2022-08-14
1
-4
/
+4
*
|
Merge branch '5.x'
Adam Turner
2022-07-24
1
-1
/
+1
|
\
\
|
|
/
|
*
Update include_patterns implementation (#10680)
Adam Turner
2022-07-23
1
-1
/
+1
*
|
Merge branch '5.x'
Adam Turner
2022-07-18
2
-14
/
+32
|
\
\
|
|
/
|
*
Improve static typing strictness (#10569)
danieleades
2022-07-18
2
-14
/
+32
*
|
Merge branch '5.x'
Adam Turner
2022-07-17
1
-1
/
+1
|
\
\
|
|
/
|
*
Add `include_patterns` as the opposite of `exclude_patterns` (#10518)
Adam Turner
2022-07-17
1
-1
/
+1
*
|
Merge branch '5.x' into master
Jean-François B
2022-06-30
1
-0
/
+11
|
\
\
|
|
/
|
*
Ensure ObjectDescription signature nodes include line numbers (#10249)
Jeremy Maitin-Shepard
2022-06-23
1
-0
/
+11
*
|
Remove deprecated items for Sphinx 6.0 (#10471)
Adam Turner
2022-06-16
1
-40
/
+2
|
/
*
`rawsource` is deprecated in `docutils.nodes.Text`
Adam Turner
2022-04-22
1
-1
/
+1
*
Fix #10318: literalinclude: :prepend: option working with :dedent:
Takeshi KOMIYA
2022-04-02
1
-2
/
+2
*
Merge branch '4.x'
Takeshi KOMIYA
2022-03-19
4
-33
/
+1
|
\
|
*
Collapse single line docstrings
Adam Turner
2022-02-20
1
-2
/
+1
|
*
Remove copyright and licence fields
Adam Turner
2022-02-20
4
-18
/
+0
|
*
Fix module docstring indentation
Adam Turner
2022-02-20
4
-8
/
+8
|
*
Fix module docstring first line
Adam Turner
2022-02-20
1
-2
/
+1
|
*
Remove module titles in docstrings
Adam Turner
2022-02-19
4
-12
/
+0
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-01-17
2
-2
/
+2
|
\
\
|
|
/
|
*
Merge pull request #10078 from danieleades/refactor/unused-loop-control-varia...
Takeshi KOMIYA
2022-01-16
2
-2
/
+2
|
|
\
|
|
*
address some unused loop control variables (B007)
Daniel Eades
2022-01-12
2
-2
/
+2
*
|
|
Merge branch '4.x'
Takeshi KOMIYA
2022-01-16
1
-3
/
+3
|
\
\
\
|
|
/
/
|
*
|
code-block: Pass list of strings ends with CR code to dedent_lines()
Takeshi KOMIYA
2022-01-15
1
-3
/
+3
|
*
|
Merge branch '4.x' into HEAD
Takeshi KOMIYA
2022-01-15
4
-27
/
+40
|
|
\
\
|
|
|
/
|
*
|
Fix: 9636: code-block: Do not remove newlines with :dedent:
Latosha Maltba
2021-09-21
1
-1
/
+1
|
*
|
code-block: Handle ``0`` as numeric argument in :dedent:
Latosha Maltba
2021-09-21
1
-1
/
+1
[next]