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-25fix message when calling sphinx-build without argumentsGeorg Brandl
2015-03-14Support PEP-440 version spec for developers.shimizukawa
2015-03-08pep8 fixesGeorg Brandl
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2015-01-02Merge branch 'stable'Georg Brandl
2015-01-02development process updates: bb->gh, hg->gitGeorg Brandl
2014-11-04Closes #1611: actually use "argv" argument again in cmdline.main.Georg Brandl
2014-09-22Fix default for verbosity option (crashes on Py3).Georg Brandl
2014-09-22Switch sphinx.cmdline to optparse.Georg Brandl
2014-07-04Update documentation and `sphinx-build -N` option behavior for windows color ...Takayuki Shimizukawa
2014-05-01use py2/py3 compat except syntax. #1350.Takayuki Shimizukawa
2014-04-30remove 'six' name except importing line.Takayuki Shimizukawa
2014-04-29use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa
2014-04-29introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa
2014-03-01Update copyright year.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-01-23fix print statementGeorg Brandl
2014-01-22merge with stableGeorg Brandl
2014-01-22Resolve some conflictsDmitry Shachnev
2014-01-21dont suggest reporting issues to user list anymoreGeorg Brandl
2014-01-20MergeDmitry Shachnev
2014-01-19merge with stableGeorg Brandl
2014-01-19Closes #811: dont eat up UnicodeErrors during reading anymoreGeorg Brandl
2014-01-19merge with stableGeorg Brandl
2014-01-19Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev
2014-01-11Add "make mode" to sphinx-build, invoked by the -M flag.Georg Brandl
2014-01-11Closes #925: Allow list-typed config values to be provided on the command line,Georg Brandl
2013-10-02Add list of extensions to the traceback log file on unhandled exceptions.Georg Brandl
2013-10-01small grammar fix in multibyte filename messagesGeorg Brandl
2013-09-28When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeErr...Takayuki Shimizukawa
2013-09-18Fix again: NFC/NFD normalizing problem. Closes #1142Takayuki Shimizukawa
2013-01-13Introduce a "-j" flag for parallel build.Georg Brandl
2013-01-13Refactor the "usage" help text into several sections.Georg Brandl
2013-01-12Write "making output directory" to the status fd, not to stderr unconditionally.Georg Brandl
2013-01-12Add a link to the Sphinx homepage when sphinx-build is called with -h.Georg Brandl
2013-01-05Add verbose option ``-v`` for sphinx-build and some rudimentary debugging sup...Jonathan Waltman
2013-01-05sphinx-build: Provide more specific error messages for invalid arguments.Jonathan Waltman
2013-01-05sphinx-build: Support the standard ``--help`` and ``--version`` options.Jonathan Waltman
2013-01-05Issue #869: Add option ``-T`` for printing the full traceback on exception.Jonathan Waltman
2013-01-02Copyright update.Georg Brandl
2012-12-10merge headsTakayuki Shimizukawa
2012-10-30Change sphinx-dev to sphinx-users where applicable.Georg Brandl
2012-05-01support multibyte filename handling.Takayuki Shimizukawa
2012-02-19merge with stableGeorg Brandl
2012-02-17Fixed syntax error.Robert Lehmann
2012-02-15Clarify source directory error.Robert Lehmann
2012-01-29Closes #862: Fix handling of ``-D`` and ``-A`` options on Python 3.Georg Brandl
2011-09-21Fix #767: safely encode SphinxErrors when printing to sys.stderr.Georg Brandl
2011-01-04#570: Try decoding ``-D`` and ``-A`` command-line arguments with the locale's...Georg Brandl