| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | Yoshiki Shibukawa | 2014-01-22 | 1 | -4/+71 |
| | |\ | |||||
| | * | | Add html_search_* options templates to conf.py | Yoshiki Shibukawa | 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 | -56/+102 |
| |\ \ \ | |||||
| | * \ \ | 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 | -1/+16 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | make.bat: Try to find Sphinx through Python if it can not be found | ||||
| | | * \ \ \ | Merged in techtonik/sphinx (pull request #222) | Georg Brandl | 2014-03-01 | 1 | -0/+11 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make 'python -m sphinx.quickstart' possible | ||||
| | | | * \ \ \ | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -56/+84 |
| | | | |\ \ \ \ | |||||
| | | | | * \ \ \ | 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 |
| | | | | |/ / / | |||||
| | | * | | | | | Make 'python -m sphinx.quickstart' possible | anatoly techtonik | 2014-02-12 | 1 | -1/+5 |
| | | | |/ / / | | |/| | | | |||||
| | * | | | | | make.bat: Try to find Sphinx through Python if it can not be found | anatoly techtonik | 2014-02-12 | 1 | -0/+11 |
| | |/ / / / | |||||
| | * | | | | 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 | -3/+19 |
| | |\ \ \ \ | | |/ / / | |||||
| | | * | | | merge heads | shimizukawa | 2014-01-15 | 1 | -16/+32 |
| | | |\ \ \ | | | | |/ | | | |/| | |||||
| | | | * | | Prompt for the document language in sphinx-quickstart. | Georg Brandl | 2014-01-11 | 1 | -2/+18 |
| | | | | | | |||||
| | | * | | | Drop python-2.5 and remove 2.4,2.5 support codes | shimizukawa | 2013-12-15 | 1 | -1/+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. | ||||
| * | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Make mode: refactor using a class and add source dir to the makefile | Georg Brandl | 2014-01-19 | 1 | -5/+9 |
| | | | | |||||
| * | | | Add "make mode" to sphinx-build, invoked by the -M flag. | Georg Brandl | 2014-01-11 | 1 | -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 Brandl | 2014-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | quickstart: for y/n questions there is no need to highlight default value by ↵ | Georg Brandl | 2014-01-11 | 1 | -13/+13 |
| |/ | | | | casing, it is appended in brackets anyway | ||||
| * | Merged in alimony/sphinx/add_missing_epub_options (pull request #170) | Takayuki Shimizukawa | 2013-09-23 | 1 | -1/+1 |
| |\ | | | | | | | Add two missing epub options to the default conf.py | ||||
| | * | Merged in erikb85/sphinx (pull request #154) | Takayuki Shimizukawa | 2013-09-23 | 1 | -1/+1 |
| | |\ | | | | | | | | | | Removing "sphinx" prefix from Latex class parsing | ||||
| | | * | Make sure people know that they can actually use other document classes now. | Erik Bernoth | 2013-09-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add two missing epub options to the default conf.py | Markus Amalthea Magnuson | 2013-09-22 | 1 | -0/+9 |
| |/ / | |||||
| * | | Add and document html_extra_path option. | Matthias C. M. Troffaes | 2013-08-22 | 1 | -0/+5 |
| |/ | |||||
| * | Fix "Title underline is short" WARNING is given when using fullwidth ↵ | shimizukawa | 2013-06-09 | 1 | -1/+3 |
| | | | | | characters to "Project name" on quickstart. Closes #1189 | ||||
| * | Fix sphinx-quickstart raises UnicodeEncodeError if "Project version" ↵ | shimizukawa | 2013-06-09 | 1 | -2/+17 |
| | | | | | includes non-ASCII characters. Closes #1188 | ||||
| * | PEP8tify conf.py generated by sphinx-quickstart | Takafumi Arakaki | 2013-04-20 | 1 | -13/+23 |
| | | |||||
| * | Merge with birkenfeld/sphinx | Roland Meister | 2013-04-03 | 1 | -1/+1 |
| |\ | |||||
| | * | New 'footnote' setting for epub_show_links. | Roland Meister | 2013-03-11 | 1 | -1/+1 |
| | | | |||||
| * | | Merged in rolmei/sphinx-epub (pull request #126) | Roland Meister | 2013-04-03 | 1 | -13/+8 |
| |\ \ | |/ |/| | | | New option epub_tocscope | ||||
| | * | quickstart: simplify the check for the "sphinx-build" command in the Makefile | Georg Brandl | 2013-03-29 | 1 | -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 Meister | 2013-03-06 | 1 | -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 Meister | 2013-03-06 | 1 | -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 Waltman | 2013-02-19 | 1 | -0/+3 |
| | | | | | detailed menus for non-"Top" nodes. | ||||
| * | Add stub for the `keep_warnings` config value in quickstart's conf.py | Jonathan Waltman | 2013-02-19 | 1 | -0/+3 |
| | | |||||
| * | fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix. | shimizukawa | 2013-02-10 | 1 | -15/+15 |
| | | |||||
| * | remove a empty line. | WAKAYAMA Shirou | 2013-02-10 | 1 | -1/+0 |
| | | |||||
| * | add "epub_show_urls" option to doc and quickstart. | WAKAYAMA Shirou | 2013-02-09 | 1 | -0/+4 |
| | | |||||
| * | Fix pyflakes issues. | Georg Brandl | 2013-01-13 | 1 | -4/+3 |
| | | |||||
| * | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Closes #1065: in Makefiles, ignore errors in "rm" using the -f flag, not a ↵ | Georg Brandl | 2012-12-31 | 1 | -1/+1 |
| | | | | | "-" prefix. | ||||
| * | Add Docutils-native XML and pseudo-XML builders | Jon Waltman | 2012-12-04 | 1 | -1/+31 |
| | | |||||
