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
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
refs #3329: emit warnings if po file is invalid and can't read it. Also writi...
shimizukawa
2017-01-13
1
-1
/
+1
*
Fix flake8 violations
Takeshi KOMIYA
2017-01-12
1
-3
/
+3
*
Fix #3294: ``add_latex_package()`` make crashes non-LaTeX builders
Takeshi KOMIYA
2017-01-01
1
-1
/
+2
*
Fix: #2469: Ignore updates of catalog files for gettext builder. Thanks to Hi...
shimizukawa
2016-12-12
1
-1
/
+1
*
builtin extensions return metadata to allow parallel build
Takeshi KOMIYA
2016-12-12
1
-6
/
+0
*
Fix #3195: Can not build in parallel. All built-in extensions must have 'para...
shimizukawa
2016-12-07
1
-0
/
+6
*
Merge branch 'stable' into 1.5-release
shimizukawa
2016-12-04
1
-1
/
+3
|
\
|
*
Fix #3024, refs #3037: In Python3, application.Sphinx._log crushed when the l...
shimizukawa
2016-12-04
1
-1
/
+3
*
|
Revert "Add ``config-inited`` event"
Takeshi KOMIYA
2016-11-20
1
-5
/
+1
*
|
Add ``config-inited`` event
Takeshi KOMIYA
2016-11-18
1
-1
/
+5
*
|
Remove return syntax if retval is unexpected
Takeshi KOMIYA
2016-11-17
1
-1
/
+1
*
|
Use boolean value to Sphinx.info()
Takeshi KOMIYA
2016-11-17
1
-3
/
+3
*
|
Merge branch 'stable'
Takeshi KOMIYA
2016-11-06
1
-1
/
+1
|
\
\
|
|
/
|
*
fix calling convention for debu arguments
Bryan Van de Ven
2016-11-02
1
-1
/
+1
*
|
Remove intern() calls
Takeshi KOMIYA
2016-10-19
1
-4
/
+0
*
|
Detach managers on pickling environment
Takeshi KOMIYA
2016-10-11
1
-0
/
+1
*
|
Fix #1953: ``Sphinx.add_node`` does not add handlers the translator installe...
Takeshi KOMIYA
2016-08-19
1
-0
/
+6
*
|
Closes #2799: Sphinx installs roles and directives automatically on importing...
Takeshi KOMIYA
2016-07-28
1
-0
/
+5
*
|
Merge branch 'stable'
Takeshi KOMIYA
2016-07-26
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix flake8 violation
Takeshi KOMIYA
2016-07-26
1
-1
/
+1
*
|
Use instance variable instead of class' to store of Sphinx.add_latex_package()
Takeshi KOMIYA
2016-07-18
1
-2
/
+1
*
|
Now all builders and domains work as built-in extensions
Takeshi KOMIYA
2016-07-06
1
-16
/
+35
*
|
Merge branch 'stable'
Takeshi KOMIYA
2016-07-02
1
-4
/
+3
|
\
\
|
|
/
|
*
Fix #2718: Sphinx crashes if the document file is not readable
Takeshi KOMIYA
2016-07-02
1
-4
/
+3
*
|
#2597: Show warning messages as darkred
Takeshi KOMIYA
2016-06-24
1
-3
/
+4
*
|
Show warnings if no domains match with `primary_domain` (ref: #2001)
Takeshi KOMIYA
2016-06-11
1
-0
/
+4
|
/
*
add extension blacklist to avoid error when loading deprecated extensions
Yoshiki Shibukawa
2016-06-02
1
-0
/
+9
*
fix #2522: Sphinx touches mo files under installed directory
shimizukawa
2016-05-06
1
-5
/
+10
*
Add warning for Application.add_source_parser()
Takeshi KOMIYA
2016-04-24
1
-0
/
+5
*
Refactor needs_sphinx
Takeshi KOMIYA
2016-04-17
1
-3
/
+5
*
Fix #2436: Sphinx does not check version by :confval:`needs_sphinx` if loadin...
Takeshi KOMIYA
2016-04-16
1
-7
/
+7
*
Define new warning types for `suppress_warnings` (ref #2451)
Takeshi KOMIYA
2016-04-16
1
-4
/
+8
*
Add :confval:`suppress_warnings` to supress arbitrary warning message
Takeshi KOMIYA
2016-02-23
1
-1
/
+7
*
Fix #2329: Refresh environment forcely if source directory has changed
Takeshi KOMIYA
2016-02-20
1
-1
/
+1
*
Fix #1858: Support numbering custom nodes
Takeshi KOMIYA
2016-02-14
1
-2
/
+2
*
Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig feature
Takeshi KOMIYA
2016-02-14
1
-0
/
+11
*
Merge with stable
shimizukawa
2016-02-09
1
-1
/
+2
|
\
|
*
Fix #2287: `sphinx.transforms.Locale` always uses rst parser. Sphinx i18n fea...
shimizukawa
2016-02-09
1
-1
/
+2
*
|
Fix #2235: ``needs_sphinx`` supports micro version comparison
Takeshi KOMIYA
2016-01-21
1
-1
/
+1
*
|
Merge pull request #2209 from tk0miya/2162_add_source_parser_API
Takeshi KOMIYA
2016-01-17
1
-0
/
+14
|
\
\
|
*
|
Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and source_par...
Takeshi KOMIYA
2016-01-04
1
-0
/
+14
*
|
|
Merge branch 'stable'
Georg Brandl
2016-01-14
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Obligatory copyright update.
Georg Brandl
2016-01-14
1
-1
/
+1
*
|
Fix PEP8 complaint
Robert Lehmann
2015-09-11
1
-1
/
+1
*
|
Fixed #1786: Add configurable type hints.
Robert Lehmann
2015-09-11
1
-3
/
+4
*
|
merge with stable
shimizukawa
2015-07-25
1
-1
/
+2
|
\
\
|
|
/
|
*
Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.
shimizukawa
2015-07-25
1
-1
/
+2
*
|
fixup test suite for already-registered warnings
Georg Brandl
2015-07-22
1
-8
/
+9
*
|
Closes #1962: when adding directives, roles or nodes from an extension, warn ...
Georg Brandl
2015-07-21
1
-0
/
+20
|
/
[next]