| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 with pyupgrade | Takeshi KOMIYA | 2020-11-25 | 1 | -1/+1 |
| | | | | | | | Run `pyupgrade --py3-only --keep-percent-format` to refine our code. Note: --keep-percent-format is required to keep translations available. | ||||
| * | Make tests/ a Python package | François Freitag | 2020-11-20 | 1 | -2/+3 |
| | | | | | Allows relative imports. | ||||
| * | refactor: Fix flake8 violations under tests/ directory | Takeshi KOMIYA | 2020-11-15 | 1 | -1/+0 |
| | | |||||
| * | 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. | ||||
| * | Rewrite test_inspect_main_url to avoid mocking | François Freitag | 2020-11-08 | 1 | -15/+15 |
| | | | | | | | | Makes the test more realistic by issuing an HTTP request. Reduces coupling between test and the code under test. The `http_server` helper was factored out into a new tests.utils module. | ||||
| * | Merge branch '2.4.x' into 3.x | Takeshi KOMIYA | 2020-02-22 | 1 | -0/+6 |
| |\ | |||||
| | * | Fix #7183: intersphinx: ``:attr:`` reference to property is broken | Takeshi KOMIYA | 2020-02-22 | 1 | -0/+6 |
| | | | |||||
| * | | 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 |
| | | |||||
| * | Fix #6140: Use unittest.mock instead of mock | Takeshi KOMIYA | 2019-03-08 | 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 |
| | | | |||||
| * | | intersphinx: Normalize mapping on config-inited | Takeshi KOMIYA | 2018-12-17 | 1 | -1/+10 |
| | | | |||||
| * | | 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. | ||||
| * | | 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 #4664: Reading objects.inv fails again | Takeshi KOMIYA | 2018-02-23 | 1 | -10/+10 |
| | | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -5/+5 |
| | | |||||
| * | Merge branch 'stable' into 1.7-release | Takeshi KOMIYA | 2018-02-03 | 1 | -0/+32 |
| |\ | |||||
| | * | intersphinx: Add testcase for inventory fallbacks | Takeshi KOMIYA | 2018-01-31 | 1 | -0/+32 |
| | | | |||||
| * | | Fix #4209: intersphinx: In link title, "v" should be optional if target has ↵ | Takeshi KOMIYA | 2018-01-30 | 1 | -1/+20 |
| | | | | | | | | | no version | ||||
| * | | Fix #4079: Add notranslate class to let Google Translate know they are not ↵ | Takeshi KOMIYA | 2018-01-13 | 1 | -1/+2 |
| | | | | | | | | | translatable | ||||
| * | | Merge commit '4277eb13315d5649401190df86874b3832ddfa3e' | Takeshi KOMIYA | 2018-01-07 | 1 | -1/+7 |
| |\ \ | |/ | |||||
| | * | Fix links to external option docs with intersphinx (refs: #3769) | Takeshi KOMIYA | 2018-01-02 | 1 | -1/+7 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Some cleanup to avoid using the std:: namespace | Andy Neebel | 2017-09-28 | 1 | -0/+7 |
| | | | |||||
| * | | C++, adapt sphinx-doc/sphinx#3894 after merge to master | Jakob Lykke Andersen | 2017-09-28 | 1 | -6/+0 |
| | | | | | | | | | Fixes sphinx-doc/sphinx#4082 | ||||
| * | | Comment out broken test cases temporarily | Takeshi KOMIYA | 2017-09-24 | 1 | -6/+6 |
| |/ | |||||
| * | Improve cpp intersphinx support | Andy Neebel | 2017-06-26 | 1 | -0/+6 |
| | | | | | | Now types called out in function declarations will be searched for in the intersphinx inventory as well | ||||
| * | Mark tests as xfail/skip to allow successful run | Andy Neebel | 2017-06-14 | 1 | -0/+2 |
| | | |||||
| * | Implement get_full_qualified_name() to CPPDomain (refs: #3630) | Takeshi KOMIYA | 2017-04-23 | 1 | -0/+20 |
| | | |||||
| * | Implement get_full_qualified_name() to JavascriptDomain (refs: #3630) | Takeshi KOMIYA | 2017-04-23 | 1 | -0/+24 |
| | | |||||
| * | Implement get_full_qualified_name() to StandardDomain (refs: #3630) | Takeshi KOMIYA | 2017-04-23 | 1 | -37/+74 |
| | | |||||
| * | Fix #3351: intersphinx does not refers context | Takeshi KOMIYA | 2017-04-16 | 1 | -0/+12 |
| | | |||||
| * | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-22 | 1 | -1/+54 |
| |\ \ | |/ | |||||
| | * | Fix intersphinx debug tool | David Baumgold | 2017-03-21 | 1 | -1/+55 |
| | | | | | | | | | and add automated tests | ||||
| * | | Move InventoryFile class to sphinx.util.inventory | Takeshi KOMIYA | 2017-03-02 | 1 | -56/+4 |
| | | | |||||
| * | | intersphinx: Add InventoryFile utility | Takeshi KOMIYA | 2017-03-02 | 1 | -9/+9 |
| | | | |||||
| * | | intersphinx: Add ZlibReader utility | Takeshi KOMIYA | 2017-03-02 | 1 | -14/+8 |
| | | | |||||
| * | | Move doc reference to under standard domain | Takeshi KOMIYA | 2017-01-29 | 1 | -0/+5 |
| |/ | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-26 | 1 | -1/+1 |
| | | |||||
| * | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -5/+0 |
| | | |||||
| * | pytest: remove deprecated with_tempdir decorator | shimizukawa | 2017-01-06 | 1 | -3/+1 |
| | | |||||
| * | pytest migration | shimizukawa | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | To simplify, sphinx uses external mock package even if unittest.mock exists. | shimizukawa | 2016-10-15 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #2056 from erosennin/intersphinx-fix-relative-path | Takeshi KOMIYA | 2016-09-14 | 1 | -0/+15 |
| |\ | | | | | Fix relative paths in intersphinx links | ||||
