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
/
builders
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak during parallel writing with multiplied warnings.
Georg Brandl
2014-12-31
1
-1
/
+3
*
Fix copy-paste error.
Georg Brandl
2014-12-31
1
-1
/
+1
*
Fix again for fffbcba0b. We should keep original env.update() return value ty...
shimizukawa
2014-11-27
1
-2
/
+2
*
Fix: rebuilding cause crash unexpectedly when source files were added. The pr...
shimizukawa
2014-11-25
1
-1
/
+0
*
Incompatibility. Now :confval:`gettext_uuid` is set False by default. If Fals...
shimizukawa
2014-10-05
1
-1
/
+3
*
Fix Builder.imgpath has not been initialized correctly
tk0miya
2014-10-01
1
-2
/
+2
*
Refactored; Initialize imagedir at init() method
tk0miya
2014-09-29
1
-4
/
+4
*
Add imgpath property to all builders
tk0miya
2014-09-27
1
-0
/
+4
*
Make remaining builtin extensions parallel-read-proof.
Georg Brandl
2014-09-22
1
-2
/
+1
*
Fix default for verbosity option (crashes on Py3).
Georg Brandl
2014-09-22
1
-2
/
+1
*
Fix a memory leak in the parallel impl. ParallelChunked is now unnecessary.
Georg Brandl
2014-09-22
1
-7
/
+9
*
Add a possibility to later execute finishing-up tasks in parallel.
Georg Brandl
2014-09-22
1
-30
/
+36
*
Refactor parallel process into a base class that executes any task, and a der...
Georg Brandl
2014-09-22
1
-5
/
+5
*
Factor out parallel building into a utility class. Better error handling
Georg Brandl
2014-09-22
1
-47
/
+19
*
[WIP] parallel read
Georg Brandl
2014-09-22
1
-17
/
+18
*
Move status_iterator to application object.
Georg Brandl
2014-09-22
1
-41
/
+8
*
merge with stable
Georg Brandl
2014-09-17
1
-3
/
+3
|
\
|
*
Exception logs now contain the last 10 messages emitted by Sphinx.
Georg Brandl
2014-09-17
1
-3
/
+3
*
|
Merge with tip
shimizukawa
2014-08-18
1
-1
/
+42
|
\
\
|
*
|
Automatically compile ``*.mo`` files from ``*.po`` files.
shimizukawa
2014-08-03
1
-1
/
+42
|
|
/
*
|
Add app.set_translator() API to register or override a Docutils translator cl...
shimizukawa
2014-08-05
1
-0
/
+3
|
/
*
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
*
docnames can also be None...
Georg Brandl
2014-01-19
1
-1
/
+1
*
Closes #1283: Fix a bug in the detection of changed files that would try to a...
Georg Brandl
2014-01-19
1
-0
/
+7
*
Add documentation to the undocumented builder methods.
Eric Holscher
2013-07-02
1
-0
/
+2
*
Merged in rolmei/sphinx-epub (pull request #148)
Takayuki Shimizukawa
2013-07-01
1
-0
/
+2
|
\
|
*
resolve issue \#1172: don't divide by zero
garen
2013-06-10
1
-0
/
+2
*
|
Merged birkenfeld/sphinx into default
Roland Meister
2013-06-19
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add the builder name as predefined tag for the only directive.
Roland Meister
2013-04-25
1
-0
/
+3
*
|
fixing issue in parallel builds, sphinx drops second doc
tychoish
2013-05-29
1
-1
/
+0
|
/
*
builders: fix status_iterator backwards compatibility
Georg Brandl
2013-03-29
1
-3
/
+4
*
merge with parallel repo
Georg Brandl
2013-03-29
1
-0
/
+15
|
\
|
*
epub_use_index instead of html_use_index for epub builder (Issue #1106)
Roland Meister
2013-03-06
1
-0
/
+15
*
|
builder: reduce # of subprocesses to N-1 for -jN, since the main process is a...
Georg Brandl
2013-01-14
1
-2
/
+5
*
|
builder: fix parallel build globals problems by splitting write_doc in two
Georg Brandl
2013-01-13
1
-12
/
+27
*
|
Set "allow_parallel" to false by default.
Georg Brandl
2013-01-13
1
-2
/
+2
*
|
builder: implement parallel writing based on multiprocessing
Georg Brandl
2013-01-13
1
-3
/
+70
*
|
builder: make the status_iterator more flexible by supplying a function
Georg Brandl
2013-01-13
1
-4
/
+6
|
/
*
Add verbose option ``-v`` for sphinx-build and some rudimentary debugging sup...
Jonathan Waltman
2013-01-05
1
-3
/
+7
*
Copyright update.
Georg Brandl
2013-01-01
1
-1
/
+1
*
Add Docutils-native XML and pseudo-XML builders
Jon Waltman
2012-12-04
1
-0
/
+2
*
Rename "intl" module to "gettext", to make it easier to find. Distinguish en...
Georg Brandl
2011-01-08
1
-1
/
+4
*
merge with 1.0
Georg Brandl
2011-01-07
1
-23
/
+24
|
\
|
*
merge with 1.0
Georg Brandl
2011-01-04
1
-1
/
+1
|
|
\
|
*
|
Update config for Texinfo
Jon Waltman
2010-09-16
1
-0
/
+1
|
*
|
Docstring harmonization.
Georg Brandl
2010-08-22
1
-23
/
+20
|
*
|
merge with sphinx-i18n
Georg Brandl
2010-08-21
1
-0
/
+2
|
|
\
\
|
|
*
|
Small code style changes, remove unused imports.
Georg Brandl
2010-08-21
1
-0
/
+1
|
|
*
|
"Initial commit": Added sphinx.websupport module, as well as a builder and wr...
jacob
2010-05-30
1
-0
/
+1
|
*
|
|
Add gettext build using intl.MessageCatalogBuilder.
Robert Lehmann
2010-05-30
1
-0
/
+1
|
|
/
/
[next]