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
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix docs of inheritance-diagram "parts" option
Michael Goerz
2019-03-19
1
-6
/
+12
*
Python-3-only clean ups discovered by pyupgrade
Jon Dufresne
2019-03-19
4
-5
/
+5
*
Merge branch '1.8' into 2.0
Takeshi KOMIYA
2019-03-09
1
-5
/
+4
|
\
|
*
Fixed a bug in intersphinx failure reporting
Luc Saffre
2019-03-08
1
-5
/
+4
*
|
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
11
-19
/
+8
*
|
Merge branch '1.8' into 2.0
Takeshi KOMIYA
2019-03-02
2
-14
/
+20
|
\
\
|
|
/
|
*
Fix #6068: doctest: ``skipif`` option may remove the code block from document...
Takeshi KOMIYA
2019-02-28
1
-10
/
+19
|
*
Fix #6028: graphviz: Ensure the graphviz filenames are reproducible
Takeshi KOMIYA
2019-02-28
1
-3
/
+1
*
|
Merge branch '1.8'
Takeshi KOMIYA
2019-02-17
2
-3
/
+4
|
\
\
|
|
/
|
*
Fix #6047: autodoc: ``autofunction`` emits a warning for method objects
Takeshi KOMIYA
2019-02-17
1
-0
/
+1
|
*
Fix #6019: imgconverter: Including multipage PDF fails
Takeshi KOMIYA
2019-02-14
1
-3
/
+3
*
|
Closes #1148: autodoc: Add autodecorator directive for decorators
Takeshi KOMIYA
2019-02-15
1
-0
/
+18
*
|
Merge pull request #6064 from tk0miya/5636_add_autosummary_mock_imports
Takeshi KOMIYA
2019-02-14
1
-6
/
+11
|
\
\
|
*
|
Closes #5636: autosummary: Add autosummary_mock_imports to mock external libr...
Takeshi KOMIYA
2019-02-11
1
-6
/
+11
*
|
|
Fix autosectionlabel_maxdepth is 0 origin
Takeshi KOMIYA
2019-02-11
1
-1
/
+1
*
|
|
autosectionlabel: Rename confval to autosectionlabel_maxdepth
Takeshi KOMIYA
2019-02-11
1
-3
/
+3
*
|
|
autosectionlabel: Rename node_get_depth() to get_node_depth()
Takeshi KOMIYA
2019-02-11
1
-2
/
+2
*
|
|
Merge branch 'master' into 4261_autosectionlabel_max_depth
Takeshi KOMIYA
2019-02-11
29
-2562
/
+2377
|
\
\
\
|
|
/
/
|
*
|
Deprecate sphinx.util.pycompat:sys_encoding
Takeshi KOMIYA
2019-02-11
1
-3
/
+3
|
*
|
Merge pull request #6053 from tk0miya/5459_autodoc_default_options_accepts_True
Takeshi KOMIYA
2019-02-11
1
-1
/
+1
|
|
\
\
|
|
*
\
Merge branch 'master' into 5459_autodoc_default_options_accepts_True
Takeshi KOMIYA
2019-02-11
1
-10
/
+29
|
|
|
\
\
|
|
*
|
|
Closes #5459: autodoc: autodoc_default_options accepts True as a value
Takeshi KOMIYA
2019-02-11
1
-1
/
+1
|
*
|
|
|
Merge pull request #5924 from arxanas/githubpages-cname
Takeshi KOMIYA
2019-02-11
1
-4
/
+13
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
githubpages: support custom domains
Waleed Khan
2019-02-10
1
-4
/
+13
|
*
|
|
|
Merge branch 'master' into 5394_meaningful_annotations_for_mock
Takeshi KOMIYA
2019-02-11
27
-1099
/
+1097
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Merge branch '1.8'
Takeshi KOMIYA
2019-02-03
1
-1
/
+1
|
|
|
\
\
\
|
|
|
|
|
/
|
|
|
|
/
|
|
|
|
*
|
Fix #5995: autodoc: autodoc_mock_imports conflict with metaclass
Takeshi KOMIYA
2019-02-02
1
-1
/
+1
|
|
*
|
|
Merge pull request #5975 from sphinx-doc/5966_mathjax_not_loaded
Takeshi KOMIYA
2019-01-22
1
-1
/
+1
|
|
|
\
\
\
|
|
|
*
|
|
Fix #5966: mathjax has not been loaded on incremental build
Takeshi KOMIYA
2019-01-21
1
-1
/
+1
|
|
|
|
/
/
|
|
|
*
|
Fix mypy violations
Takeshi KOMIYA
2019-01-17
1
-1
/
+1
|
|
*
|
|
Give "nonl=True" value to logging.info() instead of int
Takeshi KOMIYA
2019-01-19
1
-3
/
+0
|
|
*
|
|
Use subprocess.run() instead of Popen()
Takeshi KOMIYA
2019-01-13
3
-70
/
+43
|
|
*
|
|
Separate jsmath to sphinxcontrib package
Takeshi KOMIYA
2019-01-13
1
-65
/
+16
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Make info messages more translatable
Takeshi KOMIYA
2019-01-09
3
-11
/
+11
|
|
*
|
Remove use of deprecated APIs
Takeshi KOMIYA
2019-01-03
1
-7
/
+5
|
|
*
|
Merge pull request #5873 from tk0miya/fix_typehints_for_autosummary
Takeshi KOMIYA
2019-01-02
1
-3
/
+3
|
|
|
\
\
|
|
|
*
|
Update annotations for autosummary
Takeshi KOMIYA
2019-01-02
1
-3
/
+3
|
|
*
|
|
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
26
-26
/
+26
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
/
|
|
|
|
/
|
|
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
27
-27
/
+27
|
|
*
|
Merge remote-tracking branch 'upstream/master' into 5842-apidoc-extensions
cocodrips
2018-12-26
5
-17
/
+9
|
|
|
\
\
|
|
|
*
\
Merge pull request #5806 from jdufresne/six-text-type
Takeshi KOMIYA
2018-12-26
3
-15
/
+4
|
|
|
|
\
\
|
|
|
|
*
|
Replace use of six.text_type with str
Jon Dufresne
2018-12-18
3
-15
/
+4
|
|
|
*
|
|
Merge branch '1.8'
jfbu
2018-12-23
2
-2
/
+5
|
|
|
|
\
\
\
|
|
|
|
|
|
/
|
|
|
|
|
/
|
|
|
|
|
*
|
Fix #5800: todo: crashed if todo is defined in TextElement
Takeshi KOMIYA
2018-12-22
1
-1
/
+4
|
|
|
|
*
|
Fix #5834: apidoc: wrong help for --tocfile
Takeshi KOMIYA
2018-12-19
1
-1
/
+1
|
|
*
|
|
|
Add extensions from master
cocodrips
2018-12-26
1
-0
/
+7
|
|
|
/
/
/
|
|
*
|
|
Replace EnvironmentError and IOError by OSError
Takeshi KOMIYA
2018-12-19
2
-13
/
+6
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-12-18
3
-3
/
+3
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Merge pull request #5829 from tk0miya/5724_setlocale_failure
Takeshi KOMIYA
2018-12-18
2
-2
/
+2
|
|
|
|
\
|
|
|
|
*
Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is empty
Takeshi KOMIYA
2018-12-17
2
-2
/
+2
[next]