Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move XML Name pattern to ``epub3`` | Adam Turner | 2023-01-03 | 1 | -8/+1 |
| | |||||
* | Move console output utilities to ``sphinx.util.display`` | Adam Turner | 2023-01-03 | 1 | -84/+1 |
| | | | | | - Merge `old_status_iterator` into ``status_iterator``. ``old_status_iterator`` was deprecated in version 1.6. | ||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-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 | ||||
* | refactor: Fix flake8 violations under tests/ directory | Takeshi KOMIYA | 2020-11-15 | 1 | -2/+1 |
| | |||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -5/+3 |
| | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | Remove a testcase for get_module_source() (deprecated) | Takeshi KOMIYA | 2020-02-16 | 1 | -11/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #6143 from tk0miya/6140_unittest.mock | Takeshi KOMIYA | 2019-03-08 | 1 | -1/+1 |
|\ | | | | | Fix #6140: Use unittest.mock instead of mock | ||||
| * | Fix #6140: Use unittest.mock instead of mock | Takeshi KOMIYA | 2019-03-08 | 1 | -1/+1 |
| | | |||||
* | | refactor: import_object() allows to import nested objects (ex. nested class) | Takeshi KOMIYA | 2019-02-27 | 1 | -2/+22 |
|/ | |||||
* | progress_message() supports a skip | Takeshi KOMIYA | 2019-01-19 | 1 | -2/+40 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | 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. | ||||
* | | refactor: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 1 | -9/+9 |
| | | |||||
* | | refactor: Drop six.PY2 | Takeshi KOMIYA | 2018-12-15 | 1 | -6/+1 |
| | | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-12-02 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix #5659: linkcheck: crashes for a hyperlink containing multibyte character | Takeshi KOMIYA | 2018-11-25 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-11-22 | 1 | -1/+19 |
|\ \ | |/ | |||||
| * | Fix #5614: autodoc: incremental build is broken when builtin modules are ↵ | Takeshi KOMIYA | 2018-11-13 | 1 | -1/+19 |
| | | | | | | | | imported | ||||
* | | Simplify ensuredir() with Python3 stdlib features | Jon Dufresne | 2018-11-20 | 1 | -1/+18 |
|/ | | | | | | | | | - Simplify ensuredir() to equivalent os.makedir(name, exist_ok=True) - Do not check if a directory exists before calling ensuredir() (ensuredir() already handles it) - Add exist_ok argument to path.makedirs() to follow same pattern - Drop unnecessary .exists() check immediately before .isdir() - Add tests for ensuredir | ||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -3/+2 |
| | |||||
* | 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 |
| | | |||||
* | | Fix flake8 violations | Takeshi KOMIYA | 2017-12-23 | 1 | -1/+0 |
| | | |||||
* | | Add test_io.py | Takeshi KOMIYA | 2017-12-12 | 1 | -24/+1 |
|/ | |||||
* | fix #3840: epub_uid should be XML Name | Yoshiki Shibukawa | 2017-06-30 | 1 | -1/+10 |
| | |||||
* | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
* | | Show warning if :lines: and :emphasize-lines: get out of range | Takeshi KOMIYA | 2017-02-21 | 1 | -2/+1 |
| | | |||||
* | | parselinenos() raises out of range error | Takeshi KOMIYA | 2017-02-13 | 1 | -0/+2 |
| | | |||||
* | | parselinenos() raise errors for "10-1" range | Takeshi KOMIYA | 2017-02-12 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-02-12 | 1 | -2/+19 |
|\ \ | |/ | |||||
| * | Fix parselinenos() could not parse left half open range (cf. "-4") | Takeshi KOMIYA | 2017-02-12 | 1 | -0/+1 |
| | | |||||
| * | Add testcase for parselinenos | Takeshi KOMIYA | 2017-02-12 | 1 | -1/+20 |
| | | |||||
* | | Sphinx.status_iterator() is now deprecated | Takeshi KOMIYA | 2017-01-07 | 1 | -1/+49 |
|/ | |||||
* | Update the regex in util.split_docinfo so that it parses multi-line field ↵ | Junpei Kawamoto | 2016-12-02 | 1 | -0/+5 |
| | | | | | | | | bodies. Field Lists, which are used to define docinfo, allow multi-line field bodies, but util.split_docinfo didn't consider it. This commit updates the regex in that function so that it parses such multi-line field bodies. | ||||
* | Fix #1944: rst_prolog breaks file-wide metadata | Takeshi KOMIYA | 2016-01-24 | 1 | -1/+18 |
| | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | 95 chars in line. It was warned by `make check`. | shimizukawa | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | Fix #2171: cannot linkcheck url with unicode | Takeshi KOMIYA | 2015-12-19 | 1 | -1/+7 |
| | |||||
* | Add testcase for encoding URIs in linkcheck builder | Takeshi KOMIYA | 2015-12-19 | 1 | -0/+19 |