Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-25merge with stableshimizukawa
2015-07-25Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.shimizukawa
2015-07-22fixup test suite for already-registered warningsGeorg Brandl
2015-07-21Closes #1962: when adding directives, roles or nodes from an extension, warn ...Georg Brandl
2015-06-11Add warning when setup() return value is unsupportedGeorg Brandl
2015-06-11Fix a crash when setting up extensions which do not support metadataTakeshi KOMIYA
2015-05-21app: make buildername availableGeorg Brandl
2015-05-18special exception for rst2pdf.pdfbuilder, we know it is safeGeorg Brandl
2015-05-17Set version number as "unknwon" for extensions which do not support metadataTakeshi KOMIYA
2015-05-17Fix a crash when setting up extensions which do not support metadataTakeshi KOMIYA
2015-03-14Support PEP-440 version spec for developers.shimizukawa
2015-03-08final pep8 fixes; reactivate most warnings in flake8Georg Brandl
2015-03-08pep8 fixesGeorg Brandl
2015-03-08Change the source parsers feature a bit:Georg Brandl
2015-02-23refs #1346. Add new default theme.shimizukawa
2015-01-17Closes #1680: fix botched error check for nonexisting environment fileGeorg Brandl
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-10-30Checked configuration values for their types. Fixes #1150.Robert Lehmann
2014-09-28Add options argument to Sphinx.add_latex_package()tk0miya
2014-09-27Add new API: Sphinx.add_latex_package()tk0miya
2014-09-25Now sphinx.ext.autodoc work with python-2.5 again, again.Takayuki Shimizukawa
2014-09-22Switch sphinx.cmdline to optparse.Georg Brandl
2014-09-22Add a possibility to later execute finishing-up tasks in parallel.Georg Brandl
2014-09-22Test suite fixes after env.update() change.Georg Brandl
2014-09-22[WIP] parallel readGeorg Brandl
2014-09-22Move status_iterator to application object.Georg Brandl
2014-09-22Change extension setup() return value to a dictionary of metadata.Georg Brandl
2014-09-22Rename env-read-docs to env-before-read-docs, add changelog entry and fixup t...Georg Brandl
2014-09-22Merged in guillemNaN/sphinx (pull request #261)Georg Brandl
2014-09-21Minor PEP8 cleanup.Georg Brandl
2014-09-17merge with stableGeorg Brandl
2014-09-17merge headsGeorg Brandl
2014-09-17Exception logs now contain the last 10 messages emitted by Sphinx.Georg Brandl
2014-09-09sphinx.application.Sphinx.add_search_language raises AssertionError for corre...Takayuki Shimizukawa
2014-09-04Add extension version check ability with new config value "needs_extensions".Georg Brandl
2014-09-03Add support for extensions to declare their version as a string returned from...Georg Brandl
2014-08-18Merge with tipTakayuki Shimizukawa
2014-08-04Add app.set_translator() API to register or override a Docutils translator cl...Takayuki Shimizukawa
2014-08-03* fix code to pass test, add versionadded to doc, update CHANGES for pull req...Takayuki Shimizukawa
2014-08-03Merged in russell/sphinx-pluggable-translators (pull request #229)Takayuki Shimizukawa
2014-08-03Automatically compile ``*.mo`` files from ``*.po`` files.Takayuki Shimizukawa
2014-07-31Add env-read-docs event to allow modify docnames list before processingGuillem Barba
2014-07-13merge with stableTakayuki Shimizukawa
2014-06-30* With non-callable `setup` in a conf.py, now sphinx-build emits user-friendl...Takayuki Shimizukawa
2014-04-30remove 'six' name except importing line.Takayuki Shimizukawa
2014-04-29use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa
2014-04-29introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa
2014-03-20Allow registration of other translatorsRussell Sim
2014-03-01Update copyright year.Georg Brandl