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
...
*
|
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
*
|
|
|
|
fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() ret...
shimizukawa
2013-01-21
1
-0
/
+14
*
|
|
|
|
Fix pyflakes issues.
Georg Brandl
2013-01-13
1
-1
/
+1
*
|
|
|
|
Fix long lines reported by "make check".
Georg Brandl
2013-01-13
1
-1
/
+1
*
|
|
|
|
figure-caption work-around set int or None to node.line instead of empty string.
shimizukawa
2013-01-12
1
-1
/
+1
*
|
|
|
|
Closes #1069: Fix autodoc signature formatting of "partial" functions without...
Jonathan Waltman
2013-01-09
1
-2
/
+7
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Closes #976: Fix gettext does not extract index entries.
shimizukawa
2013-01-05
2
-0
/
+36
|
|
/
/
|
/
|
|
*
|
|
Add verbose option ``-v`` for sphinx-build and some rudimentary debugging sup...
Jonathan Waltman
2013-01-05
1
-0
/
+6
*
|
|
Closes #940: Fix gettext does not extract figure caption.
shimizukawa
2013-01-05
1
-0
/
+7
*
|
|
Copyright update.
Georg Brandl
2013-01-01
16
-16
/
+16
|
/
/
*
|
merge heads
shimizukawa
2012-12-10
5
-8
/
+58
|
\
\
|
*
|
Fix whitespace / line length issues reported by "make test"
Jon Waltman
2012-11-03
2
-4
/
+4
|
*
|
Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.
Georg Brandl
2012-11-01
1
-4
/
+9
|
*
|
merge with stable
Georg Brandl
2012-10-28
1
-2
/
+10
|
|
\
\
|
|
|
/
|
|
*
relative_uri patch. Fixes #916.
Freek Dijkstra
2012-04-28
1
-2
/
+10
|
*
|
Merged in shimizukawa/sphinx-fix-testing-fork (pull request #62)
Georg Brandl
2012-10-28
3
-2
/
+30
|
|
\
\
|
|
*
|
* fix for Python2.5: test failed by using inspect.ArgSpec that introduced at ...
shimizukawa
2012-05-02
1
-1
/
+4
|
|
*
|
* fix for Python2.5: test failed by using os.path.relpath that introduced at ...
shimizukawa
2012-05-02
2
-1
/
+26
|
|
|
/
|
*
|
Fix test suite: new code in extract_messages cannot always work.
Georg Brandl
2012-10-28
1
-3
/
+4
|
*
|
Remove unneeded semicolon.
Georg Brandl
2012-10-28
1
-1
/
+1
|
*
|
Use term in description list as translation message
kou
2012-07-26
1
-0
/
+8
|
|
/
*
|
support multibyte filename handling.
shimizukawa
2012-05-01
1
-0
/
+3
|
/
*
Fix force_decode() to work on Python 3.
1.1.3
Georg Brandl
2012-03-10
1
-1
/
+2
*
Closes #810: fix deprecation warnings with Python 3. What is left over is fro...
Georg Brandl
2012-01-29
2
-1
/
+9
*
Closes #853: Restore compatibility with docutils trunk.
Georg Brandl
2012-01-29
1
-0
/
+4
*
Changed Conditional Expressions
togakushi
2011-11-26
1
-1
/
+6
*
PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII charac...
Georg Brandl
2012-01-29
1
-1
/
+3
*
merge
Robert Lehmann
2011-10-03
1
-0
/
+7
|
\
|
*
Re-add monkey patch whose removal made latex build fail.
Georg Brandl
2011-10-02
1
-0
/
+7
*
|
Respect gettext_compact in message patching too.
Robert Lehmann
2011-10-03
1
-2
/
+2
*
|
Closes #561: Add configuration option to prevent catalog bundling.
Robert Lehmann
2011-10-03
1
-0
/
+3
|
/
*
More version-compatibility hack removals.
Georg Brandl
2011-09-25
1
-1
/
+0
*
Remove docutils monkey-patches that are no longer needed with >= 0.7.
Georg Brandl
2011-09-25
1
-54
/
+5
*
Remove compatibility code for Pygments < 1.2.
Georg Brandl
2011-09-25
1
-4
/
+1
*
Merge with 1.0
Georg Brandl
2011-09-23
11
-65
/
+351
|
\
|
*
Merge with 1.0
Georg Brandl
2011-09-22
1
-2
/
+2
|
|
\
|
*
\
Merge with 1.0
Georg Brandl
2011-09-21
11
-65
/
+351
|
|
\
\
[prev]
[next]