index
:
delta/python-packages/sphinx.git
#1041
#1056
#955
add_missing_epub_options
add_stemmer
admonitions
apidoc-symlinks
apidoc_output_order
aria
autodoc_novalue
autosummary-file-ext
cancerhermit/fix-override-extensions-in-configpy-1375648717102
cpp-variadic
css
ext-linkcode
ext-linkcode-fix
extdev-tutorial-doc
fix-nested-figure-caption-i18n
fix-tocdepth
fslenz/examples-nicos-added-sphinx-itself-remov-1390580978166
gerardmp/added-libreoffice-extension-to-the-exten-1410948858630
hickford/add-instructions-how-to-install-sphinx-t-1410715164407
hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122
hiddentocs
i18n-man-unicode
i18n-po-fix-reference-line-separator
i18n-term-translatable
improve-po-mode-el-support
improve-tags-docs
latex-header-in-next-pages
listnewdomains
masklinn/add-0000-to-potcreationdate-z-sets-an-e-1369740575399
master
memoir
minrk/sort-inheritance-diagram
psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827
quick-start-readline
rneu31/added-support-for-windows-color-output-u-1404418973591
stable
stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989
tag-documentation
techtonik/add-link-to-irc-channel-1379750124356
techtonik/raise-six-requirement-to-14-when-userstr-1406538263417
tk0miya/do-not-enter-password-of-transifex-at-co-1404623350328
tooltip-escaping
tychoish/removed-version-change-1372634421412
westurner/doc-glossary-markup-ref
westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167
bitbucket.org: Obsolete (use python-packages/sphinx-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge
Dmitry Shachnev
2014-01-20
7
-18
/
+17
|
\
|
*
Modernize the code now that Python 2.5 is no longer supported
Dmitry Shachnev
2014-01-19
7
-18
/
+17
*
|
merge with stable
Georg Brandl
2014-01-19
1
-12
/
+11
|
\
\
|
|
/
|
/
|
|
*
Closes #1330: Fix :confval:`exclude_patterns` behavior with subdirectories in...
Georg Brandl
2014-01-19
1
-12
/
+11
*
|
Fix: The application now check extra Python versions (3.0, 3.1) to stop invok...
shimizukawa
2014-01-18
1
-4
/
+3
*
|
merge heads
shimizukawa
2014-01-15
2
-3
/
+13
|
\
\
|
*
|
Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...
Georg Brandl
2014-01-12
1
-2
/
+4
|
|
/
|
*
Closes #908: On Python 3, handle error messages from LaTeX correctly in the p...
Georg Brandl
2014-01-11
1
-0
/
+7
*
|
Drop python-3.1 and remove support codes
shimizukawa
2013-12-15
2
-3
/
+3
*
|
Drop python-2.5 and remove 2.4,2.5 support codes
shimizukawa
2013-12-15
4
-204
/
+19
|
/
*
Merged in shimizukawa/sphinx-fix-pypytest (pull request #177)
Takayuki Shimizukawa
2013-12-09
1
-0
/
+17
|
\
|
*
Now sphinx.ext.autodoc on PyPy ignoring the method of built-in classes.
shimizukawa
2013-10-07
1
-0
/
+17
*
|
Add tests and code refine for pull request #190.
shimizukawa
2013-11-12
1
-17
/
+12
*
|
Find node.source recursively. In some cases (.. figure nested inside other bl...
Michael Schlenker
2013-11-08
1
-1
/
+18
*
|
Add .. rubric:: to the list of special cased nodes for gettext.
Michael Schlenker
2013-11-08
1
-1
/
+1
|
/
*
Backed out changeset cfe9e2d11003 refs #1265
shimizukawa
2013-10-04
1
-7
/
+0
*
Now gettext translates label target name. Fix i18n: crash when using a indire...
shimizukawa
2013-10-04
1
-0
/
+7
*
grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...
shimizukawa
2013-10-03
1
-1
/
+1
*
Extend extension info to the module filename for each loaded ext.
Georg Brandl
2013-10-02
1
-7
/
+7
*
Add list of extensions to the traceback log file on unhandled exceptions.
Georg Brandl
2013-10-02
1
-2
/
+8
*
small grammar fix in multibyte filename messages
Georg Brandl
2013-10-01
1
-2
/
+2
*
When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeErr...
shimizukawa
2013-09-28
1
-1
/
+8
*
Fix again: NFC/NFD normalizing problem. Closes #1142
shimizukawa
2013-09-18
2
-1
/
+15
*
Fix NFC/NFD normalizing problem of rst filename on Mac OS X. Closes #1142
shimizukawa
2013-09-17
1
-2
/
+10
*
Fix new getargspec implementation for 3.x.
Georg Brandl
2013-09-17
1
-3
/
+3
*
Closes #1185: Don't crash when a Python module has a wrong or no encoding dec...
Georg Brandl
2013-09-16
1
-7
/
+7
*
Closes #828: use inspect.getfullargspec() to be able to document functions with
Georg Brandl
2013-09-16
1
-1
/
+37
*
Small code style fix.
Georg Brandl
2013-09-16
1
-1
/
+1
*
Merged in RelentlessIdiot/sphinx (pull request #149)
Georg Brandl
2013-09-16
1
-1
/
+3
|
\
|
*
Fix #1203: Does not append space to unknown field names.
Rob Ruana
2013-06-23
1
-1
/
+3
*
|
Fix i18n: gettext did not translate admonition directive's title. Closes #1206
shimizukawa
2013-07-03
1
-2
/
+4
|
/
*
Fix: Output TeX/texinfo/man filename has no basename (only extention) when us...
shimizukawa
2013-06-13
1
-1
/
+1
*
merge stable for PR#141, #982
shimizukawa
2013-06-04
1
-1
/
+2
|
\
|
*
Closes #982: Avoid crash when writing PNG file using Python 3.
Marcin Wojdyr
2013-05-06
1
-1
/
+2
*
|
Rebuild i18n target document when catalog updated
shimizukawa
2013-04-15
1
-0
/
+14
*
|
Closes #1128: Fix Unicode errors when trying to format time strings with a no...
Georg Brandl
2013-03-30
1
-4
/
+6
*
|
all: provide docutils version in sphinx.util.compat
Georg Brandl
2013-03-29
1
-0
/
+3
*
|
remove xfileref_role() and directive_dwim() which were deprecated in 1.0
Georg Brandl
2013-03-29
1
-10
/
+0
*
|
nodes utils: remove monkey-patch that is in docutils >=0.7
Georg Brandl
2013-03-29
1
-12
/
+0
*
|
nodes util: update docutils tracker link
Georg Brandl
2013-03-29
1
-7
/
+8
*
|
Merged in knzm/sphinx-fix-docfields-fork (pull request #96)
Takayuki Shimizukawa
2013-02-24
1
-0
/
+45
|
\
\
|
*
|
fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix.
shimizukawa
2013-02-10
1
-0
/
+16
|
*
|
conf.py now accept CRLF end-of-line.
shimizukawa
2013-02-10
1
-0
/
+29
*
|
|
Merged in knzm/sphinx-fix-docfields-fork (pull request #96)
Nozomu Kaneko
2013-02-04
2
-5
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use ``nodes.inline`` with a "translatable" attr instead
Nozomu Kaneko
2013-01-13
2
-3
/
+3
|
*
|
resolve conflicts
Nozomu Kaneko
2013-01-06
2
-0
/
+36
|
|
\
\
|
*
\
\
merge
Nozomu Kaneko
2013-01-05
16
-16
/
+29
|
|
\
\
\
|
*
|
|
|
use `paragraph` nodes instead of `translatable` nodes.
Nozomu Kaneko
2012-12-31
1
-4
/
+3
|
*
|
|
|
make docfield translatable
Nozomu Kaneko
2012-12-18
1
-4
/
+12
*
|
|
|
|
Respect add_autodoc_attrgetter() even when inherited-members is set
A. Jesse Jiryu Davis
2013-01-31
1
-2
/
+2
[next]