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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump to 1.3 final.
v1.3
shimizukawa
2015-03-11
1
-3
/
+3
*
C++, ref #1765, old id generation fix.
Jakob Lykke Andersen
2015-03-10
1
-4
/
+4
*
Fix #1763: Wrong `:numref:` links for `:name:` target on figure, table and co...
shimizukawa
2015-03-09
2
-4
/
+18
*
Fixed #1756: Incorrect section titles in search that was introduced from 1.3b...
shimizukawa
2015-03-09
1
-2
/
+1
*
update translation catalogs
shimizukawa
2015-03-09
84
-32284
/
+32378
*
flake8: fix a problem, add differing warning #
Georg Brandl
2015-03-08
1
-1
/
+1
*
final pep8 fixes; reactivate most warnings in flake8
Georg Brandl
2015-03-08
14
-53
/
+57
*
websupport: pep8 fixes
Georg Brandl
2015-03-08
6
-24
/
+24
*
ext: pep8 fixes
Georg Brandl
2015-03-08
15
-52
/
+106
*
more pep8 fixes
Georg Brandl
2015-03-08
7
-29
/
+33
*
util: pep8 fixes
Georg Brandl
2015-03-08
16
-100
/
+200
*
search: reformat japanese word splitter literals
Georg Brandl
2015-03-08
1
-46
/
+264
*
pep8 fixes
Georg Brandl
2015-03-08
9
-34
/
+40
*
builders: pep8 fixes
Georg Brandl
2015-03-08
11
-83
/
+90
*
writers: pep8 fixes
Georg Brandl
2015-03-08
4
-63
/
+260
*
writers/html: pep8 fixes
Georg Brandl
2015-03-08
1
-9
/
+48
*
writers/latex: pep8 fixes
Georg Brandl
2015-03-08
1
-29
/
+120
*
domains/cpp: pep8 fixes
Georg Brandl
2015-03-08
1
-60
/
+60
*
Fix flake8.
Georg Brandl
2015-03-08
3
-23
/
+20
*
merge
Georg Brandl
2015-03-08
6
-72
/
+123
|
\
|
*
C++, more name lookup fixes.
Jakob Lykke Andersen
2015-03-08
1
-65
/
+93
|
*
refs #1700, #1742: add testing and fix two bugs.
shimizukawa
2015-03-08
2
-0
/
+10
|
*
refs #1742: use implicit target name for figure directive's permalink.
shimizukawa
2015-03-08
1
-1
/
+2
|
*
refs #1700: fix: toctree caption accepts unicode text.
shimizukawa
2015-03-08
1
-1
/
+1
|
*
refs #1742: `:name:` option is provided for `toctree`, `code-block` and `lite...
shimizukawa
2015-03-08
2
-5
/
+17
*
|
Merge branch 'apple-help' of git://github.com/al45tair/sphinx
Georg Brandl
2015-03-08
7
-16
/
+330
|
\
\
|
|
/
|
/
|
|
*
Use binary mode for writing plist file, as per Python 3 docs.
Alastair Houghton
2015-01-15
1
-1
/
+1
|
*
Don't use codecs for writing plists; breaks on Python 3.
Alastair Houghton
2015-01-15
1
-4
/
+1
|
*
Added some additional configuration variables for Apple Help.
Alastair Houghton
2015-01-15
4
-78
/
+64
|
*
Encode the project name using IDNA if necessary.
Alastair Houghton
2015-01-14
1
-1
/
+1
|
*
Altered the way we use applehelp_locale slightly. Also altered its default s...
Alastair Houghton
2015-01-14
2
-4
/
+4
|
*
Disable Javascript search in Apple Help.
Alastair Houghton
2015-01-14
1
-0
/
+4
|
*
Clean up the mechanism for disabling Javascript search.
Alastair Houghton
2015-01-14
2
-14
/
+23
|
*
Added code signing support. Improved error handling. Fixed handle_finish to...
Alastair Houghton
2015-01-14
3
-11
/
+71
|
*
More changes for Apple Help support.
Alastair Houghton
2015-01-13
3
-15
/
+51
|
*
Added initial Apple help support.
Alastair Houghton
2015-01-13
4
-0
/
+222
*
|
Change the source parsers feature a bit:
Georg Brandl
2015-03-08
5
-35
/
+30
*
|
Merge pull request #1760 from ericholscher/parsers
Georg Brandl
2015-03-08
2
-1
/
+36
|
\
\
|
*
|
Allow passing a class in
Eric Holscher
2015-02-28
1
-0
/
+3
|
*
|
Add support for per-suffix parsers
Matthew Woehlke
2015-02-28
2
-1
/
+33
*
|
|
refs #1700: now toctree caption become paragraph block instead of Text under ...
shimizukawa
2015-03-08
3
-9
/
+10
*
|
|
rename `name` option for toctree directive to `caption`.
shimizukawa
2015-03-08
2
-6
/
+6
*
|
|
Merge pull request #1700 from ericholscher/toctree-name
Takayuki SHIMIZUKAWA
2015-03-08
2
-0
/
+11
|
\
\
\
|
*
|
|
Add initial ability to output a name
Eric Holscher
2015-01-09
2
-0
/
+11
*
|
|
|
Fix flake8 violation
Takeshi KOMIYA
2015-03-08
1
-1
/
+2
*
|
|
|
Role ``numref`` uses ``%s`` as special character instead `#` symbol
Takeshi KOMIYA
2015-03-08
2
-7
/
+4
*
|
|
|
Merge branch 'master' of github.com:sphinx-doc/sphinx
Jakob Lykke Andersen
2015-03-07
1
-2
/
+63
|
\
\
\
\
|
*
\
\
\
Merge pull request #1752 from sphinx-doc/1719_numfig_format_was_ignored_on_latex
Takayuki SHIMIZUKAWA
2015-03-08
1
-2
/
+63
|
|
\
\
\
\
|
|
*
|
|
|
Use babel to change prefix of captions
Takeshi KOMIYA
2015-03-07
1
-6
/
+23
|
|
*
|
|
|
#1719 Add prefix to linkname of :numref: on LaTeX mode
Takeshi KOMIYA
2015-03-03
1
-16
/
+24
[next]