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
/
application.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sphinx.add_lexer() now takes a Lexer class instead of instance
Takeshi KOMIYA
2019-06-01
1
-6
/
+14
*
refactor: app.add_lexer()
Takeshi KOMIYA
2019-06-01
1
-4
/
+3
*
ENH: Explain warnings-as-errors
Eric Larson
2019-05-14
1
-3
/
+10
*
Make EventManager portable
Takeshi KOMIYA
2019-04-16
1
-13
/
+7
*
Merge branch '2.0' into refactor_citations
Takeshi KOMIYA
2019-04-06
1
-2
/
+10
|
\
|
*
Merge branch '2.0.1' into 2.0
Takeshi KOMIYA
2019-03-31
1
-2
/
+10
|
|
\
|
|
*
Show deprecation warning for sphinx.application.CONFIG_FILENAME
Takeshi KOMIYA
2019-03-30
1
-2
/
+10
*
|
|
Move transforms for citations to sphinx.domains.citation
Takeshi KOMIYA
2019-03-30
1
-0
/
+1
|
/
/
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-03-21
1
-3
/
+0
|
\
\
|
|
/
|
*
docs: drop mention to deprecated method (refs: #6174)
Takeshi KOMIYA
2019-03-14
1
-3
/
+0
*
|
refactor: Remove lists of transforms from SphinxStandalonReader
Takeshi KOMIYA
2019-03-17
1
-0
/
+5
*
|
refactor: Use CatalogRepository instead of find_catalog_source_file()
Takeshi KOMIYA
2019-02-27
1
-13
/
+13
|
/
*
Separate json and pickle to sphinxcontrib package
Takeshi KOMIYA
2019-02-17
1
-0
/
+1
*
Separate htmlhelp to sphinxcontrib package
Takeshi KOMIYA
2019-02-15
1
-1
/
+1
*
Don't import pycompat in sphinx.application (not used)
Takeshi KOMIYA
2019-02-11
1
-1
/
+0
*
Move DirectoryHTMLBuilder to sphinx.builders.dirhtml package
Takeshi KOMIYA
2019-02-07
1
-0
/
+1
*
Separate applehelp to sphinxcontrib package
Takeshi KOMIYA
2019-02-06
1
-1
/
+1
*
Separate devhelp to sphinxcontrib package
Takeshi KOMIYA
2019-01-20
1
-1
/
+1
*
Separate qthelp to sphinxcontrib package
Takeshi KOMIYA
2019-01-19
1
-1
/
+2
*
Drop dependency: sphinxcontrib-websupport
Takeshi KOMIYA
2019-01-14
1
-1
/
+0
*
Add progress_message() as a helper for progress messages
Takeshi KOMIYA
2019-01-12
1
-8
/
+7
*
Move SingleFileHTMLBuilder to sphinx.builders.singlehtml package
Takeshi KOMIYA
2019-01-11
1
-0
/
+1
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Merge branch '1.8'
jfbu
2018-12-28
1
-7
/
+8
|
\
\
|
|
/
|
*
Fix various spelling typos
jfbu
2018-12-27
1
-7
/
+8
*
|
refactor: Use simple Input class
Takeshi KOMIYA
2018-12-17
1
-1
/
+0
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-47
/
+47
*
|
Remove print_function feature
Takeshi KOMIYA
2018-12-15
1
-1
/
+0
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-2
/
+2
*
|
refactor: Use app.add_node() to register Sphinx own nodes
Takeshi KOMIYA
2018-12-05
1
-0
/
+1
*
|
Fix annotations of enumerable_nodes
Takeshi KOMIYA
2018-12-03
1
-1
/
+1
*
|
Add role manipulator directives to sphinx.util.docutils
Takeshi KOMIYA
2018-12-01
1
-4
/
+4
*
|
Add role manipulator functions to sphinx.util.docutils
Takeshi KOMIYA
2018-12-01
1
-4
/
+4
*
|
Fix annotations (in some modules)
Takeshi KOMIYA
2018-12-01
1
-3
/
+3
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-1
/
+1
*
|
Fix annotations for app.add_nodes() and related functions
Takeshi KOMIYA
2018-11-24
1
-3
/
+3
*
|
Remove use of six.binary_type
Jon Dufresne
2018-11-11
1
-2
/
+1
*
|
Remove use six.move module
Takeshi KOMIYA
2018-11-12
1
-3
/
+3
*
|
Fix typehints: sphinx.registry
Takeshi KOMIYA
2018-11-05
1
-1
/
+1
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-11-01
1
-5
/
+5
|
\
\
|
|
/
|
*
Fix #5471: Show appropriate warning for deprecated APIs
Takeshi KOMIYA
2018-10-17
1
-11
/
+11
*
|
refactor: Deprecate app._setting_up_extension
Takeshi KOMIYA
2018-10-17
1
-26
/
+27
*
|
Add sphinx.project; a manipulator for project and documents
Takeshi KOMIYA
2018-10-16
1
-0
/
+4
*
|
Replace all six.itervalues()/.iteritems() with .values()/.items()
Jon Dufresne
2018-09-23
1
-2
/
+1
*
|
Remove uses of six.moves that did not cause any type errors
Jon Dufresne
2018-09-23
1
-1
/
+1
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-2
/
+2
*
|
refactor: Check primary_domain on config-inited event
Takeshi KOMIYA
2018-09-08
1
-5
/
+0
*
|
Drop APIs deprecated in 2.0
Takeshi KOMIYA
2018-09-03
1
-82
/
+1
|
/
[next]