Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix failing unit tests | Adam J. Stewart | 2017-05-11 | 1 | -2/+1 | |
| |/ | ||||||
* | | Remove deprecated testing utilities | Takeshi KOMIYA | 2017-04-27 | 1 | -3/+1 | |
|/ | ||||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | ||||||
* | pytest: remove deprecated raises and raises_msg assert functions | shimizukawa | 2017-01-06 | 1 | -2/+4 | |
| | ||||||
* | pytest: remove deprecated with_tempdir decorator | shimizukawa | 2017-01-06 | 1 | -7/+1 | |
| | ||||||
* | Add ``--extensions`` to ``sphinx-quickstart`` to support enable arbitary ↵ | Takeshi KOMIYA | 2016-11-02 | 1 | -0/+13 | |
| | | | | extensions from command line (ref: #2904) | |||||
* | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
* | | Add sphinx.ext.githubpages to publish the docs on GitHub Pages | Takeshi KOMIYA | 2016-01-06 | 1 | -0/+1 | |
| | | ||||||
* | | Replace pngmath with imgmath in quickstart. | Hong Xu | 2015-12-29 | 1 | -1/+1 | |
|/ | ||||||
* | ref #1776: test fixed. | shimizukawa | 2015-03-16 | 1 | -2/+2 | |
| | ||||||
* | source_suffix can now be a list. | Georg Brandl | 2015-02-08 | 1 | -2/+2 | |
| | ||||||
* | Added insertion of todo_include_todos config option. | Ian Lee | 2015-02-07 | 1 | -2/+6 | |
| | | | | Set to True when we enable 'ext_todo' during the quickstart process. | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -11/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | |||||
* | | * Drop Python-3.2. And now, removing 2to3 mechanism procedure has been ↵ | Takayuki Shimizukawa | 2014-05-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | completed. Closes #1350. Pygments-2.0 will drop Python-3.2. The snowballstemmer package that is referred from sphinx-1.3 (that is merged at pull request #214) has not supported Python-3.2. We decided to drop the Python-3.2. see also https://bitbucket.org/birkenfeld/sphinx/pull-request/243/native-py2-py3-support-without-2to3-refs | |||||
* | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -8/+8 | |
| | | ||||||
* | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+2 | |
| | | | | | | | | one source. refs #1350. | |||||
* | | use six privided functions/classes to support py2/py3 in one source. refs #1350. | Takayuki Shimizukawa | 2014-04-29 | 1 | -17/+14 | |
| | | ||||||
* | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -5/+5 | |
| | | | | | | | | refs #1350. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Prompt for the document language in sphinx-quickstart. | Georg Brandl | 2014-01-11 | 1 | -0/+1 | |
|/ | ||||||
* | grammar fix: 'multibyte filename' is ambiguous. They are replaced with ↵ | Takayuki Shimizukawa | 2013-10-03 | 1 | -2/+2 | |
| | | | | 'non-ASCII filename'. refs #703 | |||||
* | small grammar fix in multibyte filename messages | Georg Brandl | 2013-10-01 | 1 | -1/+1 | |
| | ||||||
* | When Sphinx couldn't decode multibyte filename, now Sphinx notices ↵ | Takayuki Shimizukawa | 2013-09-28 | 1 | -2/+7 | |
| | | | | UnicodeError and continuing if possible instead of raise exception. Closes #703 | |||||
* | refactoring: 'tmpdir' rename to 'tempdir' that is same name in other places. | Takayuki Shimizukawa | 2013-06-13 | 1 | -6/+6 | |
| | ||||||
* | Fix: Output TeX/texinfo/man filename has no basename (only extention) when ↵ | Takayuki Shimizukawa | 2013-06-13 | 1 | -0/+22 | |
| | | | | using multibyte characters to "Project name" on quickstart. Closes #1190 | |||||
* | fix typo ;) | Takayuki Shimizukawa | 2013-06-13 | 1 | -1/+1 | |
| | ||||||
* | fix for unicode object syntax. ur'' is meaningless. | Takayuki Shimizukawa | 2013-06-13 | 1 | -4/+4 | |
| | ||||||
* | Fix "Title underline is short" WARNING is given when using fullwidth ↵ | Takayuki Shimizukawa | 2013-06-09 | 1 | -1/+34 | |
| | | | | characters to "Project name" on quickstart. Closes #1189 | |||||
* | Fix sphinx-quickstart raises UnicodeEncodeError if "Project version" ↵ | Takayuki Shimizukawa | 2013-06-09 | 1 | -0/+16 | |
| | | | | includes non-ASCII characters. Closes #1188 | |||||
* | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -1/+1 | |
| | ||||||
* | fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix. | Takayuki Shimizukawa | 2013-02-10 | 1 | -0/+21 | |
| | ||||||
* | conf.py now accept CRLF end-of-line. | Takayuki Shimizukawa | 2013-02-10 | 1 | -12/+3 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | fix: sphinx-quickstart asks again and again Y|N because input() return value ↵ | Takayuki Shimizukawa | 2012-11-28 | 1 | -0/+19 | |
| | | | | with extra '\r' on Python-3.2.0 + Windows. closes #1043 | |||||
* | Fixes #875 and #876: use the right file mode to successfully read config ↵ | Georg Brandl | 2012-03-10 | 1 | -2/+2 | |
| | | | | files under 2.x and 3.x. | |||||
* | Remove unused import. | Georg Brandl | 2011-10-07 | 1 | -1/+0 | |
| | ||||||
* | Split user queries and file generation in quickstart into two functions. | Georg Brandl | 2011-10-07 | 1 | -3/+7 | |
| | ||||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Remove left-over debugging code | Jonathan Waltman | 2010-09-16 | 1 | -4/+0 | |
| | | ||||||
* | | Add tests for Texinfo builder | Jonathan Waltman | 2010-09-16 | 1 | -0/+8 | |
| | | ||||||
* | | Fix raw_input which is not converted by 2to3 if not called. | Georg Brandl | 2010-07-28 | 1 | -1/+6 | |
| | | ||||||
* | | Fix SyntaxError in config generated by quickstart and the quickstart test | Daniel Neuhäuser | 2010-05-28 | 1 | -2/+2 | |
| | | ||||||
* | | Make it easier for the test suite to override raw_input for test_quickstart. | Georg Brandl | 2010-07-28 | 1 | -4/+4 | |
| | | ||||||
* | | Use code objects for exec statements instead of files | Daniel Neuhäuser | 2010-05-08 | 1 | -2/+4 | |
| | | ||||||
* | | Move open() calls out of the try block | Daniel Neuhäuser | 2010-05-01 | 1 | -2/+2 | |
| | |