Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove tests that rely on setuptools | Adam Turner | 2023-03-05 | 1 | -141/+0 |
| | |||||
* | Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd`` | Adam Turner | 2023-03-05 | 1 | -2/+6 |
| | |||||
* | Fix pytest style issues | Adam Turner | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | Prefer ``@pytest.fixture()`` | Adam Turner | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | Treat Python warnings as errors during testing | Adam Turner | 2023-02-15 | 1 | -1/+1 |
| | |||||
* | Remove always-false branches | Adam Turner | 2022-05-02 | 1 | -4/+1 |
| | |||||
* | `.write_text(...)` -> `.write_text(..., encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -4/+7 |
| | |||||
* | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Close #8326: Rename master_doc to root_doc | Takeshi KOMIYA | 2021-02-28 | 1 | -5/+5 |
| | | | | | | To describe the purpose more accurately, the `master_doc` is now renamed to `root_doc`. The old name is still available. But it is recommeneded to use new one from now on. | ||||
* | 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 | ||||
* | test: Use read_text() and read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 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 |
| | | |||||
* | | 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 | -1/+1 |
| | | |||||
* | | Avoid respecifying default encoding for .encode()/.decode() calls | Jon Dufresne | 2018-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | In Python 3, both .encode() and .decode() default the encoding to 'utf-8'. See the docs: https://docs.python.org/3/library/stdtypes.html#str.encode https://docs.python.org/3/library/stdtypes.html#bytes.decode Simplify and shorten the code by using the default instead of respecifying it. | ||||
* | | Fix all BytesWarning identified through tests | Jon Dufresne | 2018-11-13 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | Code should not arbitrarily mix bytes & str values. The values should be understood and deliberate. When Python is run with the -b option, this change fixes warnings of the form: BytesWarning: str() on a bytes instance | ||||
* | | The default setting for master_doc is changed to 'index' | Takeshi KOMIYA | 2018-09-04 | 1 | -1/+1 |
|/ | |||||
* | Fix sphinx.testing uses deprecated pytest API; Node.get_marker(name) | Takeshi KOMIYA | 2018-06-07 | 1 | -1/+4 |
| | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -3/+3 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -12/+4 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
* | | setuptools: Support multiple builders | Stephen Finucane | 2017-02-28 | 1 | -0/+18 |
|/ | | | | | | | | | | | | | | | | | At present, the 'builder' option for the setuptools integration only supports a single output format, typically HTML, like so: [build_sphinx] builder = man There is value in being able to specify multiple format, like so: [build_sphinx] builder = html man Make this possible. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | Fix flake8 violations | Takeshi KOMIYA | 2017-01-26 | 1 | -4/+3 |
| | |||||
* | pytest: nits | shimizukawa | 2017-01-06 | 1 | -1/+2 |
| | |||||
* | pytest migration | shimizukawa | 2017-01-04 | 1 | -49/+50 |
| | |||||
* | Add ``--warning-is-error`` option to setup.py command | Tadej Janež | 2016-06-30 | 1 | -0/+22 |
| | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | 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 | -2/+7 |
|/ | | | | | | | | | | | | * 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 | ||||
* | Now Sphinx exits with non-zero status code if builder status is not success. ↵ | Takayuki Shimizukawa | 2014-08-29 | 1 | -1/+12 |
| | | | | Closes #508. | ||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | fix test error; can't remove empty directory problem on Windows. | Takayuki Shimizukawa | 2013-12-08 | 1 | -1/+1 |
| | |||||
* | Make sure setup_command test can always import Sphinx | Dmitry Shachnev | 2013-10-05 | 1 | -0/+5 |
| | |||||
* | 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/+9 |
| | | | | UnicodeError and continuing if possible instead of raise exception. Closes #703 | ||||
* | Fix again: NFC/NFD normalizing problem. Closes #1142 | Takayuki Shimizukawa | 2013-09-18 | 1 | -0/+82 |