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
/
roles.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-1
/
+1
*
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-2
/
+1
*
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-13
/
+13
*
Deprecate abbreviation node (refs: #5720)
Takeshi KOMIYA
2018-12-15
1
-2
/
+2
*
Correct type signature of set_role_source_info()
Jon Dufresne
2018-12-09
1
-2
/
+2
*
Fix annotations of resolve_nodes
Takeshi KOMIYA
2018-12-03
1
-3
/
+2
*
Fix annotations of process_link()
Takeshi KOMIYA
2018-12-03
1
-4
/
+3
*
Fix annotations for minor methods and functions
Takeshi KOMIYA
2018-11-30
1
-1
/
+1
*
refactor: Use super() to call methods of superclass
Takeshi KOMIYA
2018-11-28
1
-2
/
+2
*
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-1
/
+1
*
Fix annotations for roles
Takeshi KOMIYA
2018-11-23
1
-3
/
+4
*
Adjust type annotations for roles to docutils'
Takeshi KOMIYA
2018-11-23
1
-7
/
+7
*
Partially revert "Simplify XRefRole constructor"
cocoatomo
2018-11-16
1
-2
/
+7
*
Fix type hinting
cocoatomo
2018-11-08
1
-1
/
+1
*
Revert "More simplified"
cocoatomo
2018-11-08
1
-4
/
+3
*
More simplified
cocoatomo
2018-11-07
1
-3
/
+4
*
Simplify XRefRole constructor
cocoatomo
2018-11-07
1
-8
/
+3
*
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-2
/
+2
|
\
|
*
Fix mypy violations
Takeshi KOMIYA
2018-10-16
1
-2
/
+2
*
|
Merge branch 'master' into HEAD
Takeshi KOMIYA
2018-09-22
1
-3
/
+2
|
\
\
|
*
|
Remove use of six.iteritems()
Jon Dufresne
2018-09-11
1
-3
/
+2
|
|
/
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-1
/
+1
|
/
*
Fix #789: ``:samp:`` role supports to escape curly braces with backslash
Takeshi KOMIYA
2018-04-28
1
-10
/
+37
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-2
/
+2
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
1
-2
/
+2
*
Use flake8-import-order
Takeshi KOMIYA
2018-01-28
1
-2
/
+2
*
A happy new year!
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
*
Fix #3960: default_role = guilabel not functioning
Takeshi KOMIYA
2017-07-30
1
-0
/
+15
*
Fix :pep: and :rfc: does not supports ``default-role`` directive (refs: #3960)
Takeshi KOMIYA
2017-07-29
1
-1
/
+2
*
Fix mypy violations (for mypy-0.520)
Takeshi KOMIYA
2017-07-15
1
-1
/
+1
*
Merge branch 'stable'
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
|
\
|
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
|
Upgrade to mypy-0.5
Takeshi KOMIYA
2017-03-03
1
-3
/
+4
*
|
Reduce DeprecationWarnings for regexp
Takeshi KOMIYA
2017-02-17
1
-1
/
+1
*
|
Add mypy annotations
Takeshi KOMIYA
2017-02-10
1
-7
/
+26
*
|
Move doc reference to under standard domain
Takeshi KOMIYA
2017-01-29
1
-2
/
+0
*
|
Merge branch 'stable'
Takeshi KOMIYA
2017-01-12
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix flake8 violations
Takeshi KOMIYA
2017-01-12
1
-2
/
+2
*
|
Merge branch 'stable'
Takeshi KOMIYA
2016-12-14
1
-0
/
+6
|
\
\
|
|
/
|
*
builtin extensions return metadata to allow parallel build
Takeshi KOMIYA
2016-12-12
1
-0
/
+6
*
|
Add type-check annotations to sphinx.*
Takeshi KOMIYA
2016-11-16
1
-2
/
+2
|
/
*
Closes #2799: Sphinx installs roles and directives automatically on importing...
Takeshi KOMIYA
2016-07-28
1
-8
/
+11
*
classifier of glossary terms can be used for index entries grouping key. The ...
shimizukawa
2016-02-14
1
-3
/
+4
*
Fix #2060: ``:manpage:`` role uses incorrect style (node)
Takeshi KOMIYA
2016-01-17
1
-1
/
+1
*
Merge branch 'stable'
Georg Brandl
2016-01-14
1
-1
/
+1
|
\
|
*
Obligatory copyright update.
Georg Brandl
2016-01-14
1
-1
/
+1
*
|
Fixes #1909: Add "doc" references to Intersphinx inventories.
Georg Brandl
2015-07-25
1
-1
/
+1
|
/
*
Fix generating emphasis nodes without semantic reason
Georg Brandl
2015-02-25
1
-1
/
+1
*
Merge branch 'stable'
Georg Brandl
2015-01-03
1
-1
/
+1
|
\
[next]