Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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! | |||||
* | | | | merge heads | Takayuki Shimizukawa | 2014-01-15 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Drop python-2.5 and remove 2.4,2.5 support codes | Takayuki Shimizukawa | 2013-12-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Prompt for the document language in sphinx-quickstart. | Georg Brandl | 2014-01-11 | 1 | -2/+18 | |
| |/ / |/| | | ||||||
* | | | 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 | -0/+9 | |
|\ \ | | | | | | | | | | Add two missing epub options to the default conf.py | |||||
| * | | Add two missing epub options to the default conf.py | Markus Amalthea Magnuson | 2013-09-22 | 1 | -0/+9 | |
| | | | ||||||
* | | | 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 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 ↵ | Takayuki Shimizukawa | 2013-06-09 | 1 | -1/+3 | |
| | | | | characters to "Project name" on quickstart. Closes #1189 | |||||
* | Fix sphinx-quickstart raises UnicodeEncodeError if "Project version" ↵ | Takayuki 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 | -13/+8 | |
|\ | ||||||
| * | Merged in rolmei/sphinx-epub (pull request #126) | Roland Meister | 2013-04-03 | 1 | -0/+3 | |
| |\ | | | | | | | | | | 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. | |||||
* | | | New 'footnote' setting for epub_show_links. | Roland Meister | 2013-03-11 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | 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. | Takayuki Shimizukawa | 2013-02-10 | 1 | -15/+15 | |
| | ||||||
* | remove a empty line. | shirou | 2013-02-10 | 1 | -1/+0 | |
| | ||||||
* | add "epub_show_urls" option to doc and quickstart. | 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 | Jonathan Waltman | 2012-12-04 | 1 | -1/+31 | |
| | ||||||
* | fix: sphinx-quickstart asks again and again Y|N because input() return value ↵ | Takayuki Shimizukawa | 2012-11-28 | 1 | -1/+1 | |
| | | | | with extra '\r' on Python-3.2.0 + Windows. closes #1043 | |||||
* | Closes #1024: 'command not found' status code is 127. | Takayuki Shimizukawa | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | Closes #1024: Makefile improve error message if Sphinx is not found | Takayuki Shimizukawa | 2012-11-07 | 1 | -0/+15 | |
| | ||||||
* | #1024 make.bat improve error message if Sphinx is not found | Takayuki Shimizukawa | 2012-11-07 | 1 | -9/+9 | |
| | ||||||
* | Update Sphinx URL to new sphinx-doc.org domain. | Georg Brandl | 2012-11-04 | 1 | -1/+1 | |
| | ||||||
* | Remove trailing whitespace. | Jonathan Waltman | 2012-11-03 | 1 | -1/+1 | |
| | ||||||
* | merge heads | Georg Brandl | 2012-11-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix whitespace / line length issues reported by "make test" | Jonathan Waltman | 2012-11-03 | 1 | -1/+1 | |
| | | ||||||
* | | make.bat: improve error message if Sphinx is not found | anatoly techtonik | 2012-11-03 | 1 | -0/+14 | |
|/ | ||||||
* | add latexpdfja target for Makefile/make.bat | Akihiro Uchida | 2011-11-09 | 1 | -0/+27 | |
| | ||||||
* | Add documentation and automatic entries for the guide element | Roland Meister | 2012-02-28 | 1 | -0/+3 | |
| | ||||||
* | Merge with birkenfeld/sphinx | Roland Meister | 2012-02-13 | 1 | -85/+149 | |
|\ | ||||||
| * | Fix overlong lines. | Georg Brandl | 2011-11-01 | 1 | -2/+3 | |
| | | ||||||
| * | Satisfy "make check". | Georg Brandl | 2011-10-09 | 1 | -2/+2 | |
| | | ||||||
| * | Do not overwrite files without -f given. | Georg Brandl | 2011-10-07 | 1 | -13/+17 | |
| | | ||||||
| * | Optionally create a full quickstart project in apidoc. | Georg Brandl | 2011-10-07 | 1 | -3/+12 | |
| | | ||||||
| * | Split user queries and file generation in quickstart into two functions. | Georg Brandl | 2011-10-07 | 1 | -56/+103 | |
| | | ||||||
| * | Offer mathjax instead of jsmath in quickstart. | Georg Brandl | 2011-10-07 | 1 | -5/+5 | |
| | | ||||||
| * | Merge with 1.0. | Georg Brandl | 2011-09-21 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fix #700: use $(MAKE) in quickstart-generated makefile. | Georg Brandl | 2011-09-21 | 1 | -1/+1 | |
| | | |