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
/
transforms.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #1994: More supporting non-standard parser (like recommonmark parser) for...
shimizukawa
2015-09-13
1
-0
/
+13
*
Fixes #1983: i18n translation feature breaks references which uses section name.
shimizukawa
2015-08-09
1
-2
/
+4
*
Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.
shimizukawa
2015-07-25
1
-1
/
+2
*
refactoring: move i18n related function from osutil into i18n
shimizukawa
2015-03-16
1
-1
/
+2
*
pep8 fixes
Georg Brandl
2015-03-08
1
-0
/
+2
*
fix too long line
shimizukawa
2015-02-24
1
-2
/
+3
*
refs #1235: i18n: 'uri' and 'alt' attribute on 'image' and 'figure' nodes can...
shimizukawa
2015-02-22
1
-2
/
+7
*
versioning_conditions for uuid/i18n uses is_translatable instead of nodes.Tex...
shimizukawa
2015-02-22
1
-0
/
+1
*
fix bug for the change c53fa4b
shimizukawa
2015-02-22
1
-0
/
+5
*
refs #1235: i18n: 'doctest-block' and 'raw' node can be translated if `gettex...
shimizukawa
2015-02-22
1
-0
/
+2
*
refs #1235: i18n: 'literal-block' node can be translated if 'literal-block' i...
shimizukawa
2015-02-22
1
-3
/
+38
*
The ``gettext_enables`` config value has been renamed to `gettext_additional_...
shimizukawa
2015-02-22
1
-1
/
+1
*
Closes #1732. Localized table caption raises exception.
shimizukawa
2015-02-21
1
-20
/
+26
*
Merge branch 'stable'
Georg Brandl
2015-01-03
1
-1
/
+1
|
\
|
*
all: update copyright
Georg Brandl
2015-01-03
1
-1
/
+1
*
|
add :confval:`gettext_enables` to enable extracting 'index' to gettext catalo...
Takayuki Shimizukawa
2014-09-28
1
-16
/
+17
*
|
Refactor has_child() function (by review)
tk0miya
2014-09-27
1
-5
/
+1
*
|
Assign fignum to tables and code-blocks
tk0miya
2014-09-27
1
-0
/
+6
*
|
Assign figure numbers automatically
tk0miya
2014-09-26
1
-0
/
+23
*
|
Minor PEP8 cleanup.
Georg Brandl
2014-09-21
1
-12
/
+14
*
|
Merge with stable
Takayuki Shimizukawa
2014-08-30
1
-0
/
+6
|
\
\
|
|
/
|
*
Add source comment to explain why is the second argument (msgnode) not needed...
Takayuki Shimizukawa
2014-08-30
1
-0
/
+6
*
|
* fix over 80 chars line and remove unused import.
Takayuki Shimizukawa
2014-06-15
1
-1
/
+0
*
|
merge with stable
Georg Brandl
2014-03-25
1
-3
/
+9
|
\
\
|
|
/
|
*
Fix i18n: missing python domain's cross-references with currentmodule directi...
Takayuki Shimizukawa
2014-03-23
1
-3
/
+9
*
|
Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)
Georg Brandl
2014-03-01
1
-4
/
+1
|
\
\
|
*
|
Drop docutils-0.7, 0.8 and 0.9 support
Takayuki Shimizukawa
2013-12-15
1
-4
/
+1
*
|
|
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
*
|
|
merge with stable
Georg Brandl
2014-01-26
1
-1
/
+2
|
\
\
\
|
|
/
/
|
*
|
Closes #1358: Fix handling of image paths outside of the source directory whe...
Georg Brandl
2014-01-23
1
-1
/
+2
*
|
|
Merge
Dmitry Shachnev
2014-01-20
1
-1
/
+1
|
\
\
\
|
*
|
|
Modernize the code now that Python 2.5 is no longer supported
Dmitry Shachnev
2014-01-19
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
merge with stable
Georg Brandl
2014-01-19
1
-4
/
+9
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Closes #1300: Fix references not working in translated documents in some inst...
Georg Brandl
2014-01-19
1
-2
/
+1
|
*
Closes #1329: Fix traceback with empty translation msgstr in .po files.
Georg Brandl
2014-01-19
1
-2
/
+8
*
|
Drop python-2.5 and remove 2.4,2.5 support codes
Takayuki Shimizukawa
2013-12-15
1
-1
/
+0
|
/
*
Backed out changeset cfe9e2d11003 refs #1265
Takayuki Shimizukawa
2013-10-04
1
-38
/
+6
*
Now gettext translates label target name. Fix i18n: crash when using a indire...
Takayuki Shimizukawa
2013-10-04
1
-6
/
+38
*
Fix i18n: crash when translating section name that is pointed from named targ...
Takayuki Shimizukawa
2013-09-23
1
-0
/
+7
*
Ignoring the string consists only of white-space characters. Closes #1234
Takayuki Shimizukawa
2013-09-17
1
-1
/
+2
*
Fix i18n: footnote reference number missing for auto numbered named footnote ...
Takayuki Shimizukawa
2013-06-21
1
-3
/
+24
*
fix: translation mechanism break label target if label and section name are s...
Takayuki Shimizukawa
2013-06-19
1
-4
/
+25
*
fix: keep reference if link refname was translated. refs #1193
Takayuki Shimizukawa
2013-06-19
1
-10
/
+71
*
fix: Duplicated section name will cause crash. refs #1193
Takayuki Shimizukawa
2013-06-17
1
-2
/
+3
*
update comment
Takayuki Shimizukawa
2013-06-17
1
-2
/
+2
*
Fix: Multiple references in the same line return the same link with i18n. Clo...
Takayuki Shimizukawa
2013-06-17
1
-14
/
+18
*
add tests for "multiple cross references in the same line return the same lin...
Takayuki Shimizukawa
2013-06-16
1
-12
/
+10
*
Fix multiple cross references (term, ref, doc) in the same line return the sa...
Takayuki Shimizukawa
2013-06-16
1
-3
/
+30
*
all: provide docutils version in sphinx.util.compat
Georg Brandl
2013-03-29
1
-10
/
+4
[next]