summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.shimizukawa2015-07-251-1/+2
* Add warning when setup() return value is unsupportedGeorg Brandl2015-06-111-0/+3
* Fix a crash when setting up extensions which do not support metadataTakeshi KOMIYA2015-06-111-1/+1
* app: make buildername availableGeorg Brandl2015-05-211-1/+2
* special exception for rst2pdf.pdfbuilder, we know it is safeGeorg Brandl2015-05-181-0/+3
* Set version number as "unknwon" for extensions which do not support metadataTakeshi KOMIYA2015-05-171-1/+1
* Fix a crash when setting up extensions which do not support metadataTakeshi KOMIYA2015-05-171-2/+5
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-3/+3
* final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-081-1/+1
* pep8 fixesGeorg Brandl2015-03-081-4/+5
* Change the source parsers feature a bit:Georg Brandl2015-03-081-16/+2
* refs #1346. Add new default theme.shimizukawa2015-02-241-0/+6
* Closes #1680: fix botched error check for nonexisting environment fileGeorg Brandl2015-01-171-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| * Now sphinx.ext.autodoc work with python-2.5 again, again.Takayuki Shimizukawa2014-09-261-1/+1
* | Checked configuration values for their types. Fixes #1150.Robert Lehmann2014-10-301-0/+3
* | Add options argument to Sphinx.add_latex_package()tk0miya2014-09-281-2/+2
* | Add new API: Sphinx.add_latex_package()tk0miya2014-09-271-0/+5
* | Switch sphinx.cmdline to optparse.Georg Brandl2014-09-221-0/+4
* | Add a possibility to later execute finishing-up tasks in parallel.Georg Brandl2014-09-221-0/+9
* | Test suite fixes after env.update() change.Georg Brandl2014-09-221-3/+3
* | [WIP] parallel readGeorg Brandl2014-09-221-0/+1
* | Move status_iterator to application object.Georg Brandl2014-09-221-1/+44
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-8/+10
* | Rename env-read-docs to env-before-read-docs, add changelog entry and fixup t...Georg Brandl2014-09-221-1/+1
* | Merged in guillemNaN/sphinx (pull request #261)Georg Brandl2014-09-221-0/+1
|\ \
| * | Add env-read-docs event to allow modify docnames list before processingGuillem Barba2014-07-311-0/+1
* | | Minor PEP8 cleanup.Georg Brandl2014-09-211-4/+4
* | | merge with stableGeorg Brandl2014-09-171-3/+8
|\ \ \ | | |/ | |/|
| * | merge headsGeorg Brandl2014-09-171-2/+7
| |\ \
| | * | Exception logs now contain the last 10 messages emitted by Sphinx.Georg Brandl2014-09-171-2/+7
| * | | sphinx.application.Sphinx.add_search_language raises AssertionError for corre...Takayuki Shimizukawa2014-09-091-1/+1
| |/ /
* | | Add extension version check ability with new config value "needs_extensions".Georg Brandl2014-09-041-0/+15
* | | Add support for extensions to declare their version as a string returned from...Georg Brandl2014-09-031-1/+6
* | | Merge with tipTakayuki Shimizukawa2014-08-181-0/+3
|\ \ \
| * | | Automatically compile ``*.mo`` files from ``*.po`` files.Takayuki Shimizukawa2014-08-031-0/+3
| | |/ | |/|
* | | Add app.set_translator() API to register or override a Docutils translator cl...Takayuki Shimizukawa2014-08-051-6/+3
* | | * fix code to pass test, add versionadded to doc, update CHANGES for pull req...Takayuki Shimizukawa2014-08-031-19/+21
* | | Merged in russell/sphinx-pluggable-translators (pull request #229)Takayuki Shimizukawa2014-08-031-14/+23
|\ \ \ | |/ / |/| |
| * | Allow registration of other translatorsRussell Sim2014-03-201-14/+23
* | | merge with stableTakayuki Shimizukawa2014-07-131-2/+10
|\ \ \ | | |/ | |/|
| * | * With non-callable `setup` in a conf.py, now sphinx-build emits user-friendl...Takayuki Shimizukawa2014-06-301-2/+10
* | | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-3/+3
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa2014-04-291-3/+4
* | | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-3/+3
| |/ |/|
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | merge with stableGeorg Brandl2014-01-221-3/+5
|\ \ | |/
| * markup fixGeorg Brandl2014-01-211-3/+5