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
/
other.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Use PEP-526 based variable annotation (sphinx.directives)
Takeshi KOMIYA
2021-03-23
1
-6
/
+6
*
refactor: Add a type alias for the option_spec of directives; OptionSpec
Takeshi KOMIYA
2021-03-13
1
-6
/
+7
*
Merge branch '3.x'
Takeshi KOMIYA
2021-01-30
1
-0
/
+1
|
\
|
*
Fix #8072: Directive hlist not implemented in LaTeX
jfbu
2021-01-28
1
-0
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-12
1
-3
/
+2
|
\
\
|
|
/
|
*
Sort imports with isort
François Freitag
2020-11-11
1
-3
/
+2
|
*
Preserve backwards compatibility
Peter Bell
2020-07-16
1
-2
/
+5
|
*
Require canonical name to be specified when calling deprecated_alias
Peter Bell
2020-07-15
1
-1
/
+1
*
|
Close #8201: Emit a warning if toctree contains duplicated entries
Takeshi KOMIYA
2020-09-13
1
-1
/
+7
*
|
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-11
/
+0
*
|
Hello TYPE_CHECKING!
Takeshi KOMIYA
2020-03-07
1
-3
/
+2
|
/
*
refactor: Update type annotations in sphinx.*
Takeshi KOMIYA
2020-02-23
1
-2
/
+2
*
Fix #6581: :reversed: for toctree does not effect to LaTeX build
Takeshi KOMIYA
2020-02-06
1
-0
/
+1
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Move sphinx.directives.other:Index to sphinx.domains.index
Takeshi KOMIYA
2019-12-29
1
-26
/
+12
*
Replace `a and b or c` by the more legible `b if a or c`.
Antony Lee
2019-12-21
1
-1
/
+1
*
Migrate to py3 style type annotation: sphinx.directives.other
Takeshi KOMIYA
2019-06-08
1
-28
/
+18
*
Merge branch '2.0'
Takeshi KOMIYA
2019-03-07
1
-1
/
+1
|
\
|
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-1
/
+1
*
|
Add a helper method ``SphinxDirective.set_source_info()``
Takeshi KOMIYA
2019-03-03
1
-6
/
+5
|
/
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-2
/
+2
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-3
/
+2
*
|
Fix annotations
Takeshi KOMIYA
2018-12-08
1
-1
/
+2
*
|
Fix annotations: Give Any type to state.memo to conceal errors
Takeshi KOMIYA
2018-12-03
1
-7
/
+8
*
|
Fix annotations for Directives (Replace N_co with nodes.Node)
Takeshi KOMIYA
2018-12-01
1
-25
/
+28
*
|
Fix annotations for directives
Takeshi KOMIYA
2018-11-29
1
-12
/
+12
*
|
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
-0
/
+1
*
|
Fix typehints: sphinx.directives
Takeshi KOMIYA
2018-11-06
1
-2
/
+2
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-23
/
+1
|
\
\
|
|
/
|
*
Revert "Improve warning messages during including (refs: #4818)"
Takeshi KOMIYA
2018-10-14
1
-23
/
+1
*
|
Remove uses of six.moves that did not cause any type errors
Jon Dufresne
2018-09-23
1
-1
/
+0
|
/
*
Fix #4379: toctree shows confusible warning when document is excluded
Takeshi KOMIYA
2018-09-02
1
-4
/
+9
*
Move VersionChanges directive to sphinx.domains.changeset
Takeshi KOMIYA
2018-08-02
1
-66
/
+2
*
refactor: Move repository of changesets to domain from env
Takeshi KOMIYA
2018-08-02
1
-2
/
+2
*
Escape raw strings
Stephen Finucane
2018-06-20
1
-1
/
+1
*
Improve warning messages during including (refs: #4818)
Takeshi KOMIYA
2018-04-22
1
-1
/
+23
*
Merge branch '1.7'
Takeshi KOMIYA
2018-04-22
1
-32
/
+42
|
\
|
*
Fix toctree directive tries to glob for URL having query_string
Takeshi KOMIYA
2018-04-16
1
-2
/
+3
|
*
Refactor toctree directive
Takeshi KOMIYA
2018-04-15
1
-32
/
+42
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-04-14
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix #4812: autodoc ignores type annotated variables
Takeshi KOMIYA
2018-04-08
1
-1
/
+1
*
|
Add SphinxDirective as a helper
Takeshi KOMIYA
2018-03-31
1
-30
/
+26
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
1
-3
/
+2
|
\
\
|
|
/
|
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-3
/
+2
[next]