| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
| * | | Deprecate codes for docutils-0.13 or 0.14 | Takeshi KOMIYA | 2020-03-07 | 1 | -4/+0 |
| |/ | |||||
| * | test: Use read_text() and read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -5/+5 |
| | | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | | |||||
| * | ``todo`` directive now supports ``:name:`` option | Takeshi KOMIYA | 2019-03-24 | 1 | -3/+4 |
| | | |||||
| * | refactor: test_ext_todo | Takeshi KOMIYA | 2019-03-24 | 1 | -23/+16 |
| | | |||||
| * | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | ||||
| * | HTML builder outputs HTML5 by default | Takeshi KOMIYA | 2019-02-11 | 1 | -14/+18 |
| | | |||||
| * | quickstart: Simplify generated conf.py (for latex) | Takeshi KOMIYA | 2019-01-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '1.8' | jfbu | 2018-12-23 | 1 | -5/+13 |
| |\ \ | |/ | | | | | | | (Resolved) Conflicts: sphinx/texinputs/sphinxmanual.cls | ||||
| | * | Fix #5800: todo: crashed if todo is defined in TextElement | Takeshi KOMIYA | 2018-12-22 | 1 | -5/+13 |
| | | | |||||
| * | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| |/ | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
| * | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-12-31 | 1 | -3/+5 |
| |\ \ | |/ | |||||
| | * | update todo extension test to test multiple todolists | Matthew Fernandez | 2017-11-26 | 1 | -2/+4 |
| | | | | | | | | | | | This tests for regression of previous bug #4214: Two todolist directives break sphinx-1.6.5. | ||||
| | * | remove todo_emit_warnings override from a test that doesn't need it | Matthew Fernandez | 2017-11-26 | 1 | -1/+1 |
| | | | |||||
| * | | Fix flake8 violations | Takeshi KOMIYA | 2017-12-23 | 1 | -2/+2 |
| |/ | |||||
| * | add a test that confirms #1020 | Matthew Fernandez | 2017-10-18 | 1 | -0/+28 |
| | | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-26 | 1 | -2/+2 |
| | | |||||
| * | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -3/+4 |
| | | |||||
| * | #2680: `sphinx.ext.todo` now emits warnings if `todo_emit_warnings` enabled | Takeshi KOMIYA | 2016-07-16 | 1 | -0/+85 |
