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-08-13Fix the quotingPradyun
2015-08-13Indent and Escape quote in MakefilePradyun
2015-07-24Closes #1956: remove unused import in default conf.pyGeorg Brandl
2015-03-15Close #1776: ``source_suffix = ['.rst']`` cause unfriendly error on prior ver...shimizukawa
2015-03-14Support PEP-440 version spec for developers.shimizukawa
2015-03-14refactoring for quickstartshimizukawa
2015-03-14Fixed #1773: sphinx-quickstart doesn't accept non-ASCII character as a option...shimizukawa
2015-03-14allows some files/dirs in quickstart destination dir.Shirou WAKAYAMA
2015-03-08pep8 fixesGeorg Brandl
2015-03-08Merge branch 'apple-help' of git://github.com/al45tair/sphinxGeorg Brandl
2015-02-27Merge branch 'source_suffix'shimizukawa
2015-02-23refs #1346. Add new default theme.shimizukawa
2015-02-23Closes #1735: Use https://doc.python.org/ instead of ``http`` protocol. It w...shimizukawa
2015-02-17sphinx-quickstart now has `--use-make-mode` option for generating Makefile th...shimizukawa
2015-02-08source_suffix can now be a list.Georg Brandl
2015-02-08Merge pull request #1712 from IanLee1521/qs_todoGeorg Brandl
2015-02-07Reuse project and copyright strings in quickstart configIan Lee
2015-02-07Reuse master_doc string replacementIan Lee
2015-02-07Do author string replacement once, and then reuse the variable in quickstart ...Ian Lee
2015-02-07Remove unnecessary lines per PR feedbackIan Lee
2015-02-07Added insertion of todo_include_todos config option.Ian Lee
2015-01-15Added some additional configuration variables for Apple Help.Alastair Houghton
2015-01-14Encode the project name using IDNA if necessary.Alastair Houghton
2015-01-14Added code signing support. Improved error handling. Fixed handle_finish to...Alastair Houghton
2015-01-13More changes for Apple Help support.Alastair Houghton
2015-01-13Added initial Apple help support.Alastair Houghton
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-12-03replace PIL with Pillow.Takayuki Shimizukawa
2014-10-18fix sphinx-quickstart does not work on python 3.4.shirou
2014-10-04abort sphinx-quickstart when project path is not a empty directory.Takayuki Shimizukawa
2014-10-04pull request #299 has been merged. Add documentation for sphinx-quickstart op...Takayuki Shimizukawa
2014-10-02manage --no-makefile and --no-batchfile in quiet mode.shirou
2014-09-30add required parameters check and print warning when quiet mode is specified.shirou
2014-09-30fix overwriting option specified values.shirou
2014-09-28fix the comments.shirou
2014-09-27add various options to sphinx-quickstart.shirou
2014-09-25update CHANGES for pull request #295, #1520.Takayuki Shimizukawa
2014-09-25Merged in psuter/sphinx/psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-14116...Takayuki Shimizukawa
2014-09-25merge with stableTakayuki Shimizukawa
2014-09-25Fix make.bat for make-mode that lack `SOURCEDIR` argument for sphinx-build co...Takayuki Shimizukawa
2014-09-25Fix ``make.bat latexpdf`` mechanism to ``cd`` back to the build directory. (s...Peter Suter
2014-09-21Minor PEP8 cleanup.Georg Brandl
2014-07-05* sync message text in Makefile/make.bat and make-mode.Takayuki Shimizukawa
2014-07-05Merged in mcmtroffaes/sphinx-make-coverage (pull request #159)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-29use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa
2014-04-29introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa
2014-03-08Fix quickstart on Windows with pyreadline (which comes without __doc__)anatoly techtonik