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
/
writers
/
manpage.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
mypy: Enable disallow_incomplete_defs flag for type checking
Takeshi KOMIYA
2019-12-30
1
-2
/
+2
*
Migrate to py3 style type annotation: sphinx.writers.manpage
Takeshi KOMIYA
2019-11-26
1
-173
/
+88
*
Fix #6331: man: invalid output when doctest follows rubric
Takeshi KOMIYA
2019-05-06
1
-1
/
+1
*
refactor: Use py3 style super()
Takeshi KOMIYA
2019-03-10
1
-2
/
+2
*
Merge branch '1.8' into 2.0
Takeshi KOMIYA
2019-03-10
1
-0
/
+15
|
\
|
*
Fix #3859: manpage: code-block captions are not displayed correctly
Takeshi KOMIYA
2019-03-10
1
-0
/
+15
*
|
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Reorder the arguments for translators
Takeshi KOMIYA
2018-12-17
1
-5
/
+14
*
|
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
-6
/
+6
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-3
/
+2
*
|
Add docutils-stubs to test deps
Takeshi KOMIYA
2018-12-15
1
-3
/
+3
*
|
Use nodes.Element for visitor/departure methods
Takeshi KOMIYA
2018-12-15
1
-75
/
+75
*
|
Remove SphinxTranslator.get_settings()
Takeshi KOMIYA
2018-12-12
1
-6
/
+5
*
|
Fix annotations
Takeshi KOMIYA
2018-12-12
1
-1
/
+1
*
|
refactor: special rubric for footnotes
Takeshi KOMIYA
2018-12-10
1
-6
/
+3
*
|
Update type annotations
Takeshi KOMIYA
2018-12-08
1
-1
/
+3
*
|
Add SphinxTranslator as an abstract class
Takeshi KOMIYA
2018-12-03
1
-17
/
+18
*
|
Fix annotations (minor fixes)
Takeshi KOMIYA
2018-12-03
1
-7
/
+11
*
|
refactor: Use super() to call methods of superclass
Takeshi KOMIYA
2018-11-28
1
-4
/
+4
*
|
Fix annotations for writers
Takeshi KOMIYA
2018-11-28
1
-1
/
+3
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Adjust type annotations for transforms to docutils'
Takeshi KOMIYA
2018-11-23
1
-2
/
+2
*
|
Update type hints to manpage writer
Takeshi KOMIYA
2018-11-21
1
-75
/
+75
*
|
Use super() to call parent class's method
Jon Dufresne
2018-11-11
1
-2
/
+2
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-1
/
+1
*
|
Merge pull request #5342 from tk0miya/drop_py2_support
Takeshi KOMIYA
2018-09-05
1
-6
/
+0
|
\
\
|
*
|
Drop docutils 0.11 support
Takeshi KOMIYA
2018-08-30
1
-6
/
+0
|
|
/
*
|
Apply NodeMatcher to Sphinx
Takeshi KOMIYA
2018-08-26
1
-7
/
+5
|
/
*
Refactor: Run highlightlang on resolving phase
Takeshi KOMIYA
2018-07-21
1
-8
/
+0
*
Enable math_block node rendering by default (without HTML builders)
Takeshi KOMIYA
2018-05-17
1
-5
/
+6
*
Enable math node rendering by default (without HTML builders)
Takeshi KOMIYA
2018-05-15
1
-2
/
+8
*
Merge branch '1.7'
Takeshi KOMIYA
2018-04-14
1
-1
/
+1
|
\
|
*
Fix #4817: wrong URLs on warning messages
Takeshi KOMIYA
2018-04-08
1
-1
/
+1
*
|
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
*
|
Make console and warning messages translatable
Takeshi KOMIYA
2018-03-03
1
-4
/
+4
*
|
Fix mypy violations
Takeshi KOMIYA
2018-02-26
1
-1
/
+1
|
/
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
1
-2
/
+3
*
Use flake8-import-order
Takeshi KOMIYA
2018-01-28
1
-1
/
+1
*
A happy new year!
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
*
Update type annotations for new mypy
Takeshi KOMIYA
2017-05-07
1
-1
/
+1
*
Move translators to SphinxFactory
Takeshi KOMIYA
2017-04-22
1
-3
/
+1
*
Merge branch 'stable'
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
|
\
|
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
|
Reduce DeprecationWarnings for regexp
Takeshi KOMIYA
2017-02-17
1
-1
/
+1
*
|
Add mypy annotations
Takeshi KOMIYA
2017-02-10
1
-0
/
+87
*
|
Merge branch 'stable'
Takeshi KOMIYA
2017-01-12
1
-1
/
+1
|
\
\
|
|
/
[next]