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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now Sphinx exits with non-zero status code if builder status is not success. ...
Takayuki Shimizukawa
2014-08-29
1
-1
/
+12
*
`make text` generate wrong table when it has empty table cells. Closes #1544
Takayuki Shimizukawa
2014-08-26
1
-0
/
+26
*
* gettext does not extract nodes.line in a table or list. Closes #1477
Takayuki Shimizukawa
2014-08-26
1
-0
/
+121
*
* On Python3 environment, docutils.conf with 'source_link=true' in the genera...
Takayuki Shimizukawa
2014-08-12
1
-2
/
+29
*
* Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, tex...
Takayuki Shimizukawa
2014-07-13
1
-8
/
+21
*
use test generator nosetests feature.
Takayuki Shimizukawa
2014-07-12
2
-50
/
+22
*
* Fix: py:function directive generate incorrectly signature when specifying a...
Takayuki Shimizukawa
2014-07-12
1
-0
/
+44
*
* In autodoc, fix display of parameter defaults containing backslashes. Close...
Takayuki Shimizukawa
2014-07-02
1
-0
/
+6
*
* With non-callable `setup` in a conf.py, now sphinx-build emits user-friendl...
Takayuki Shimizukawa
2014-06-30
1
-0
/
+7
*
* Fix: autosummary can't handle nested classes correctly. Closes #1441
Takayuki Shimizukawa
2014-06-21
2
-1
/
+14
*
* Fix exception on Python3 if nonexistent method is specified by automethod. ...
Takayuki Shimizukawa
2014-06-09
1
-0
/
+3
*
refactoring the test_autosummary.py
Takayuki Shimizukawa
2014-04-12
1
-53
/
+45
*
* Fix: autosummary does not create the description from attributes docstring....
Takayuki Shimizukawa
2014-04-11
2
-0
/
+72
*
Fix i18n: missing python domain's cross-references with currentmodule directi...
Takayuki Shimizukawa
2014-03-23
3
-0
/
+54
*
fix windows newlines
Georg Brandl
2014-03-01
3
-32
/
+32
*
Closes #1374: Autosummary generates overly-long summaries if first line doesn...
Paul Molodowitch
2014-02-03
4
-0
/
+96
*
Update copyright year.
Georg Brandl
2014-03-01
36
-36
/
+36
*
Fix an exception introduced by b69b59480cba for __init__ with no docstring.
Ben Darnell
2014-01-20
1
-0
/
+16
*
Closes #1285: Avoid name clashes between C domain objects and section titles.
Georg Brandl
2014-01-17
1
-6
/
+6
*
* add a test for the parsed-literal directive
Georg Brandl
2014-01-11
3
-2
/
+6
*
Closes #933: Do not crash if an ``:option:`` value is malformed (contains spaces
Georg Brandl
2014-01-10
2
-0
/
+3
*
Closes #1312: use non-deprecated unittest-like names
Georg Brandl
2014-01-10
1
-3
/
+3
*
Fix autodoc with ``autoclass_content="both"`` uses useless ``object.__init__`...
Takayuki Shimizukawa
2014-01-02
1
-0
/
+14
*
Fix autosummary template overloading cause infinite recursive function call. ...
Takayuki Shimizukawa
2013-12-27
6
-0
/
+81
*
fix trailing space
Georg Brandl
2013-12-10
1
-1
/
+1
*
Fix: autodoc class __init__ override not removed from docstring. Closes #1138
Takayuki Shimizukawa
2013-12-09
1
-0
/
+33
*
fix test error; can't remove empty directory problem on Windows.
Takayuki Shimizukawa
2013-12-08
1
-1
/
+1
*
Fix test_linkcode.test_html fails with C locale and Python 3. Closes #1311
Takayuki Shimizukawa
2013-11-17
1
-5
/
+2
*
Merged in mitya57/sphinx (pull request #176)
Takayuki Shimizukawa
2013-11-16
1
-0
/
+5
|
\
|
*
Make sure setup_command test can always import Sphinx
Dmitry Shachnev
2013-10-05
1
-0
/
+5
*
|
Add tests and code refine for pull request #190.
Takayuki Shimizukawa
2013-11-12
5
-1
/
+88
*
|
test_intl fix-up after versionmodified change.
Georg Brandl
2013-10-12
1
-3
/
+3
|
/
*
Backed out changeset cfe9e2d11003 refs #1265
Takayuki Shimizukawa
2013-10-04
3
-23
/
+17
*
Now gettext translates label target name. Fix i18n: crash when using a indire...
Takayuki Shimizukawa
2013-10-04
3
-17
/
+23
*
grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...
Takayuki Shimizukawa
2013-10-03
5
-10
/
+10
*
Add test refs #1265 (comment-6264794) to validate translated label link shift...
Takayuki Shimizukawa
2013-10-03
3
-0
/
+20
*
small grammar fix in multibyte filename messages
Georg Brandl
2013-10-01
3
-3
/
+3
*
When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeErr...
Takayuki Shimizukawa
2013-09-28
3
-6
/
+25
*
Fix i18n: crash when translating section name that is pointed from named targ...
Takayuki Shimizukawa
2013-09-23
3
-2
/
+26
*
fix: test_build_latex and test_build_texinfo raise SkipTest if command missin...
Takayuki Shimizukawa
2013-09-23
2
-3
/
+3
*
Fix again: NFC/NFD normalizing problem. Closes #1142
Takayuki Shimizukawa
2013-09-18
5
-0
/
+106
*
Test suite quickfix.
Georg Brandl
2013-09-16
1
-0
/
+1
*
Merged in RelentlessIdiot/sphinx (pull request #149)
Georg Brandl
2013-09-16
2
-0
/
+37
|
\
|
*
Fix #1203: Does not append space to unknown field names.
Rob Ruana
2013-06-23
2
-0
/
+37
*
|
Fix new html_extra_path option for singlehtml builder.
Georg Brandl
2013-09-16
1
-1
/
+0
*
|
Merged in mcmtroffaes/sphinx-html-extra-path (pull request #158)
Georg Brandl
2013-09-16
3
-0
/
+7
|
\
\
|
*
|
Test that extra entries are in outdir.
Matthias C. M. Troffaes
2013-08-22
1
-0
/
+4
|
*
|
Set up initial test.
Matthias C. M. Troffaes
2013-08-22
2
-0
/
+3
*
|
|
Merged in JonnyJD/sphinx/autodoc_novalue (pull request #109)
Georg Brandl
2013-09-16
1
-0
/
+1
|
\
\
\
|
*
|
|
autodoc: change :novalue: to :annoation: option
Johannes Dewender
2013-02-27
1
-1
/
+1
[next]