summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix quickstart on Windows with pyreadline (which comes without __doc__)anatoly techtonik2014-03-081-1/+1
|
* Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-041-1/+14
|\
| * merge defaultYoshiki Shibukawa2014-01-221-4/+71
| |\
| * | Add html_search_* options templates to conf.pyYoshiki Shibukawa2014-01-201-1/+17
| | | | | | | | | | | | | | | Fix encode error when building Add printing search language label when building
* | | merge with stableGeorg Brandl2014-03-021-56/+102
|\ \ \
| * \ \ Merged in erny1803/sphinx (pull request #227)Georg Brandl2014-03-011-0/+3
| |\ \ \ | | | | | | | | | | | | | | | Latex: Allow alternative float options for figures
| | * | | Allow alternative float options for figure. See #1. no-pep8Ernesto Revilla2014-02-201-0/+3
| | | | |
| * | | | Merged in techtonik/sphinx (pull request #223)Georg Brandl2014-03-011-1/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | make.bat: Try to find Sphinx through Python if it can not be found
| | * \ \ \ Merged in techtonik/sphinx (pull request #222)Georg Brandl2014-03-011-0/+11
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make 'python -m sphinx.quickstart' possible
| | | * \ \ \ Update copyright year.Georg Brandl2014-03-011-56/+84
| | | |\ \ \ \
| | | | * \ \ \ Merged in wvi/sphinx/quick-start-readline (pull request #225)Georg Brandl2014-03-011-0/+10
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | sphinx-quickstart readline editing on input
| | | | | * | | | Add readline support in quickstart.wvi2014-02-201-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 Brandl2014-03-011-0/+1
| | | | |/ / /
| | * | | | | Make 'python -m sphinx.quickstart' possibleanatoly techtonik2014-02-121-1/+5
| | | |/ / / | | |/| | |
| * | | | | make.bat: Try to find Sphinx through Python if it can not be foundanatoly techtonik2014-02-121-0/+11
| |/ / / /
| * | | | MergeDmitry Shachnev2014-01-201-55/+56
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-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 stableGeorg Brandl2014-01-191-3/+19
| |\ \ \ \ | | |/ / /
| | * | | merge headsshimizukawa2014-01-151-16/+32
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Prompt for the document language in sphinx-quickstart.Georg Brandl2014-01-111-2/+18
| | | | |
| | * | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-1/+1
| | | | |
* | | | | Closes #1391: Actually prevent using "pngmath" and "mathjax" extensions at ↵Georg Brandl2014-03-011-0/+1
| |_|_|/ |/| | | | | | | | | | | the same time in sphinx-quickstart.
* | | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ / /
* | | Make mode: refactor using a class and add source dir to the makefileGeorg Brandl2014-01-191-5/+9
| | |
* | | Add "make mode" to sphinx-build, invoked by the -M flag.Georg Brandl2014-01-111-0/+66
| |/ |/| | | | | | | | | | | | | | | This is intended to do almost all of what the quickstart-generated Makefile and make.bat did, but within Sphinx. The advantages are: * no duplication between Unix and Windows files * updates and fixes are propagated (the generated makefiles never update) * more Python code, less shell code!
* | Add "search.html" to epub exclusion out of the box.Georg Brandl2014-01-111-1/+1
| |
* | quickstart: for y/n questions there is no need to highlight default value by ↵Georg Brandl2014-01-111-13/+13
|/ | | | casing, it is appended in brackets anyway
* Merged in alimony/sphinx/add_missing_epub_options (pull request #170)Takayuki Shimizukawa2013-09-231-1/+1
|\ | | | | | | Add two missing epub options to the default conf.py
| * Merged in erikb85/sphinx (pull request #154)Takayuki Shimizukawa2013-09-231-1/+1
| |\ | | | | | | | | | Removing "sphinx" prefix from Latex class parsing
| | * Make sure people know that they can actually use other document classes now.Erik Bernoth2013-09-231-1/+1
| | |
* | | Add two missing epub options to the default conf.pyMarkus Amalthea Magnuson2013-09-221-0/+9
|/ /
* | Add and document html_extra_path option.Matthias C. M. Troffaes2013-08-221-0/+5
|/
* Fix "Title underline is short" WARNING is given when using fullwidth ↵shimizukawa2013-06-091-1/+3
| | | | characters to "Project name" on quickstart. Closes #1189
* Fix sphinx-quickstart raises UnicodeEncodeError if "Project version" ↵shimizukawa2013-06-091-2/+17
| | | | includes non-ASCII characters. Closes #1188
* PEP8tify conf.py generated by sphinx-quickstartTakafumi Arakaki2013-04-201-13/+23
|
* Merge with birkenfeld/sphinxRoland Meister2013-04-031-1/+1
|\
| * New 'footnote' setting for epub_show_links.Roland Meister2013-03-111-1/+1
| |
* | Merged in rolmei/sphinx-epub (pull request #126)Roland Meister2013-04-031-13/+8
|\ \ | |/ |/| | | New option epub_tocscope
| * quickstart: simplify the check for the "sphinx-build" command in the MakefileGeorg Brandl2013-03-291-13/+8
| | | | | | | | | | | | The previous check called the "sphinx-build" executable on every invocation of the Makefile, which takes a nontrivial time to import all required modules. Calling "which" is much faster.
* | Add new setting epub_tocscope for epub builder.Roland Meister2013-03-061-0/+3
|/ | | | The new setting replaces the old heuristic that was never that good.
* epub_use_index instead of html_use_index for epub builder (Issue #1106)Roland Meister2013-03-061-0/+3
| | | | | | The change adds the method get_builder_config. This allows use of the option epub_use_index instead of html_use_index for epub output.
* Closes #1110: Add new config value texinfo_no_detailmenu and do not generate ↵Jonathan Waltman2013-02-191-0/+3
| | | | detailed menus for non-"Top" nodes.
* Add stub for the `keep_warnings` config value in quickstart's conf.pyJonathan Waltman2013-02-191-0/+3
|
* fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix.shimizukawa2013-02-101-15/+15
|
* remove a empty line.WAKAYAMA Shirou2013-02-101-1/+0
|
* add "epub_show_urls" option to doc and quickstart.WAKAYAMA Shirou2013-02-091-0/+4
|
* Fix pyflakes issues.Georg Brandl2013-01-131-4/+3
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Closes #1065: in Makefiles, ignore errors in "rm" using the -f flag, not a ↵Georg Brandl2012-12-311-1/+1
| | | | "-" prefix.
* Add Docutils-native XML and pseudo-XML buildersJon Waltman2012-12-041-1/+31
|