summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Collapse)AuthorAgeFilesLines
* Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-041-2/+1
|\
| * merge defaultYoshiki Shibukawa2014-01-224-27/+16
| |\
| * | Add html_search_* options templates to conf.pyYoshiki Shibukawa2014-01-201-1/+1
| | | | | | | | | | | | | | | Fix encode error when building Add printing search language label when building
* | | merge with stableGeorg Brandl2014-03-0211-54/+34
|\ \ \
| * \ \ merge with stableGeorg Brandl2014-03-0211-54/+34
| |\ \ \
| | * | | Add versionadded tags for new config values.Georg Brandl2014-03-011-1/+2
| | | | |
| | * | | Merged in kenhys/sphinx (pull request #217)Georg Brandl2014-03-0115-19/+16
| | |\ \ \ | | | | | | | | | | | | | | | | | | Add feature to suppress uuid/location information for message catalogs
| | | * \ \ Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-011-4/+1
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Drop docutils-0.7, 0.8, 0.9 support.
| | | | * \ \ merge headsshimizukawa2014-01-183-29/+67
| | | | |\ \ \
| | | | * | | | Drop docutils-0.7, 0.8 and 0.9 supportshimizukawa2013-12-151-4/+1
| | | | | | | |
| | | * | | | | Update copyright year.Georg Brandl2014-03-0110-43/+24
| | | |\ \ \ \ \
| | * | | | | | | Add feature to suppress uuid/location information for message catalogshayashi2014-02-011-7/+8
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: default #: ../../../source/news.txt:6 # 9f62de6b9c3b477095dba5e468972e6d msgid "News" msgstr After: suppress uuid & location information msgid "News" msgstr
| | * | | | | | MergeDmitry Shachnev2014-01-221-3/+5
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | merge with stableGeorg Brandl2014-01-203-24/+4
| | | |\ \ \ \ \
| | * | \ \ \ \ \ MergeDmitry Shachnev2014-01-2010-19/+20
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-1910-19/+20
| | | | |_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
| | * | | | | | merge with stableGeorg Brandl2014-01-191-1/+1
| | |\ \ \ \ \ \
| | * | | | | | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ↵Georg Brandl2014-01-191-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``unused_docs`` have been removed.
| | * | | | | | | merge with stableGeorg Brandl2014-01-193-20/+3
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | merge headsshimizukawa2014-01-153-29/+67
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | / | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-153-20/+3
| | | | | | | |
* | | | | | | | Fix long lines.Georg Brandl2014-03-021-1/+2
|/ / / / / / /
* | | | | | | Fix 'make gettext' fails when the '.. todolist::' directive is present. ↵shimizukawa2014-03-021-0/+3
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1364 Nodes that are replicated like todo don't have a uid, however i18n also unnecessary. If extensions need to choose i18n for the extended nodes or not, we need another approach.
* | | | | | Update copyright year.Georg Brandl2014-03-0115-15/+15
| |_|_|_|/ |/| | | |
* | | | | updates per Georg Brandl:Viktor Haag2014-01-201-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | - Change alteration to docs to express path relative to "configuration directory" and not "conf.py" - Update block in HTML builder copying favicon to _static to mirror handling of html_logo
* | | | | address issue #1352 -- make sure to check for the actual file stored in ↵Viktor Haag2014-01-201-2/+2
| |_|_|/ |/| | | | | | | | | | | config.html_logo.
* | | | docnames can also be None...Georg Brandl2014-01-191-1/+1
|/ / /
* | | Closes #1283: Fix a bug in the detection of changed files that would try to ↵Georg Brandl2014-01-191-0/+7
| |/ |/| | | | | access doctrees of deleted documents.
* | Closes #1292: In the linkchecker, retry HEAD requests when denied by HTTP 405.Georg Brandl2014-01-121-28/+62
| | | | | | | | | | Also make the redirect code apparent and tweak the output a bit to be more obvious.
* | html builder: add missing "done" outputGeorg Brandl2014-01-111-0/+1
| |
* | Closes #901: Emit a warning when using docutils' new "math" markup without a ↵Georg Brandl2014-01-111-0/+1
| | | | | | | | Sphinx math extension active.
* | Closes #1319: Do not crash if the ``html_logo`` file does not exist.Georg Brandl2014-01-101-1/+3
|/
* Fix ResourceWarnings with Python 3.2 or later. Closes #1269shimizukawa2013-11-171-1/+4
|
* Closes #1296: Fix invalid charset in HTML help generated HTML files for ↵Georg Brandl2013-10-201-1/+1
| | | | default locale.
* Backed out changeset cfe9e2d11003 refs #1265shimizukawa2013-10-041-8/+1
|
* Now gettext translates label target name. Fix i18n: crash when using a ↵shimizukawa2013-10-041-1/+8
| | | | indirect target and translating a target section name. Closes #1265
* Small consistency fix for timestamp tzoffset calculation.Georg Brandl2013-09-161-2/+3
|
* Fix new html_extra_path option for singlehtml builder.Georg Brandl2013-09-161-0/+1
|
* Actual implementation.Matthias C. M. Troffaes2013-08-221-0/+12
|
* Unify usage of os.path/path in EpubBuilder.Roland Meister2013-08-101-2/+2
|
* Avoid confusing PIL warning for vector graphics (epub builder).Roland Meister2013-08-101-2/+10
|
* Unify exceptions caught in EpubBuilder.copy_image_filesRoland Meister2013-08-101-2/+2
|
* Sphinx generates broken ePub on Windows. Closes #1232shimizukawa2013-08-101-0/+2
|
* Support docutils.conf 'writers' and 'html4css1 writer' section by html writer.shimizukawa2013-07-264-4/+8
| | | | latex, manpage and texinfo writers support 'writers' section.
* Add documentation to the undocumented builder methods.Eric Holscher2013-07-021-0/+2
|
* Merged in rolmei/sphinx-epub (pull request #148)Takayuki Shimizukawa2013-07-011-0/+2
|\ | | | | | | new predefined tags; epub fixes.
| * Merged in tychoish/sphinx (pull request #146)Takayuki Shimizukawa2013-07-011-0/+2
| |\ | | | | | | | | | resolve issue #1172: don't divide by zero
| | * resolve issue \#1172: don't divide by zerogaren2013-06-101-0/+2
| | |
* | | Merged birkenfeld/sphinx into defaultRoland Meister2013-06-192-5/+15
|\ \ \ | |/ / |/| |
| * | Rename title of the epub cover guideRoland Meister2013-06-191-1/+1
| | | | | | | | | | | | Calibre needs the title "Cover" to show the cover image.