Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #1712 from IanLee1521/qs_todo | Georg Brandl | 2015-02-08 | 1 | -0/+4 | |
|\ \ | | | | | | | Add todo_include_todo into generated quickstart config | |||||
| * | | Remove unnecessary lines per PR feedback | Ian Lee | 2015-02-07 | 1 | -2/+0 | |
| | | | ||||||
| * | | Added insertion of todo_include_todos config option. | Ian Lee | 2015-02-07 | 1 | -0/+6 | |
| |/ | | | | | | | Set to True when we enable 'ext_todo' during the quickstart process. | |||||
* | | Reuse project and copyright strings in quickstart config | Ian Lee | 2015-02-07 | 1 | -3/+3 | |
| | | ||||||
* | | Reuse master_doc string replacement | Ian Lee | 2015-02-07 | 1 | -3/+3 | |
| | | ||||||
* | | Do author string replacement once, and then reuse the variable in quickstart ↵ | Ian Lee | 2015-02-07 | 1 | -4/+5 | |
|/ | | | | config | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | replace PIL with Pillow. | Takayuki Shimizukawa | 2014-12-03 | 1 | -1/+1 | |
| | | ||||||
* | | fix sphinx-quickstart does not work on python 3.4. | shirou | 2014-10-18 | 1 | -1/+1 | |
| | | ||||||
* | | abort sphinx-quickstart when project path is not a empty directory. | Takayuki Shimizukawa | 2014-10-04 | 1 | -0/+9 | |
| | | ||||||
* | | pull request #299 has been merged. Add documentation for sphinx-quickstart ↵ | Takayuki Shimizukawa | 2014-10-04 | 1 | -6/+5 | |
| | | | | | | | | options, update a few statement and CHANGES. Closes #1501. | |||||
* | | manage --no-makefile and --no-batchfile in quiet mode. | shirou | 2014-10-02 | 1 | -0/+4 | |
| | | ||||||
* | | add required parameters check and print warning when quiet mode is specified. | shirou | 2014-09-30 | 1 | -0/+7 | |
| | | ||||||
* | | fix overwriting option specified values. | shirou | 2014-09-30 | 1 | -5/+5 | |
| | | ||||||
* | | fix the comments. | shirou | 2014-09-28 | 1 | -33/+50 | |
| | | | | | | | | | | Note: If quiet, project, author and version are specified, skip all with DEFAULT_VALUE. If not quiet and specified some options, skip that options and ask the others. | |||||
* | | add various options to sphinx-quickstart. | shirou | 2014-09-27 | 1 | -7/+108 | |
| | | ||||||
* | | update CHANGES for pull request #295, #1520. | Takayuki Shimizukawa | 2014-09-26 | 1 | -3/+3 | |
| | | ||||||
* | | Merged in ↵ | Takayuki Shimizukawa | 2014-09-26 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | | | | psuter/sphinx/psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827 (pull request #295) Fix ``make.bat latexpdf`` mechanism to ``cd`` back to the build directory. (see #1520) | |||||
| * | | Fix ``make.bat latexpdf`` mechanism to ``cd`` back to the build directory. ↵ | Peter Suter | 2014-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | (see #1520) Set ``%BUILDDIR%`` to an absolute path using the common ``%~dp0`` trick. | |||||
* | | | merge with stable | Takayuki Shimizukawa | 2014-09-26 | 1 | -2/+3 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Fix make.bat for make-mode that lack `SOURCEDIR` argument for sphinx-build ↵ | Takayuki Shimizukawa | 2014-09-26 | 1 | -2/+3 | |
| | | | | | | | | command. | |||||
* | | Minor PEP8 cleanup. | Georg Brandl | 2014-09-21 | 1 | -7/+16 | |
| | | ||||||
* | | * sync message text in Makefile/make.bat and make-mode. | Takayuki Shimizukawa | 2014-07-05 | 1 | -4/+4 | |
| | | | | | | | | * update CHANGES for adding coverage targets. | |||||
* | | Merged in mcmtroffaes/sphinx-make-coverage (pull request #159) | Takayuki Shimizukawa | 2014-07-05 | 1 | -1/+17 | |
|\ \ | | | | | | | | | | Add coverage targets to quickstart generated Makefile and make.bat. | |||||
| * | | Add coverage targets in quickstart generated Makefile and make.bat. | Matthias C. M. Troffaes | 2013-08-22 | 1 | -1/+17 | |
| | | | ||||||
* | | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -5/+4 | |
| | | | ||||||
* | | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -3/+4 | |
| | | | | | | | | | | | | one source. refs #1350. | |||||
* | | | use six privided functions/classes to support py2/py3 in one source. refs #1350. | Takayuki Shimizukawa | 2014-04-29 | 1 | -7/+3 | |
| | | | ||||||
* | | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -3/+5 | |
| | | | | | | | | | | | | refs #1350. | |||||
* | | | Fix quickstart on Windows with pyreadline (which comes without __doc__) | anatoly techtonik | 2014-03-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merged in shibu/sphinx/add_stemmer (pull request #214) | Georg Brandl | 2014-03-04 | 1 | -1/+14 | |
|\ \ \ | ||||||
| * \ \ | merge default | shibukawa yoshiki | 2014-01-22 | 1 | -4/+71 | |
| |\ \ \ | ||||||
| * | | | | Add html_search_* options templates to conf.py | shibukawa yoshiki | 2014-01-20 | 1 | -1/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix encode error when building Add printing search language label when building | |||||
* | | | | | merge with stable | Georg Brandl | 2014-03-02 | 1 | -0/+1 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Closes #1391: Actually prevent using "pngmath" and "mathjax" extensions at ↵ | Georg Brandl | 2014-03-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | the same time in sphinx-quickstart. | |||||
* | | | | | Merged in erny1803/sphinx (pull request #227) | Georg Brandl | 2014-03-01 | 1 | -0/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Latex: Allow alternative float options for figures | |||||
| * | | | | | Allow alternative float options for figure. See #1. no-pep8 | Ernesto Revilla | 2014-02-20 | 1 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | Merged in techtonik/sphinx (pull request #223) | Georg Brandl | 2014-03-01 | 1 | -0/+11 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | make.bat: Try to find Sphinx through Python if it can not be found | |||||
| * | | | | | | make.bat: Try to find Sphinx through Python if it can not be found | anatoly techtonik | 2014-02-12 | 1 | -0/+11 | |
| |/ / / / / | ||||||
* | | | | | | Merged in techtonik/sphinx (pull request #222) | Georg Brandl | 2014-03-01 | 1 | -0/+4 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make 'python -m sphinx.quickstart' possible | |||||
| * | | | | | | Make 'python -m sphinx.quickstart' possible | anatoly techtonik | 2014-02-12 | 1 | -1/+5 | |
| |/ / / / / | ||||||
* | | | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merged in wvi/sphinx/quick-start-readline (pull request #225) | Georg Brandl | 2014-03-01 | 1 | -0/+10 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | sphinx-quickstart readline editing on input | |||||
| * | | | | | | Add readline support in quickstart. | wvi | 2014-02-20 | 1 | -0/+10 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | Adds basic readline behaviour like line editing and completion on unix based platforms on windows it does nothing. | |||||
* | | | | | | Accept "~" shorthand in quickstart paths. | Georg Brandl | 2014-03-01 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -55/+56 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -55/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 stable | Georg Brandl | 2014-01-19 | 1 | -0/+70 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / |