Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix instability in ``test_ext_viewcode`` (#11297) | Martin Liška | 2023-04-06 | 1 | -2/+4 |
| | | | | Use ``freshenv`` argument and remove ``outdir`` for one test as the previous one can leave an unexpected leftover. | ||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -4/+2 |
| | |||||
* | Fix tests for Pygments 2.14 | Adam Turner | 2023-01-01 | 1 | -8/+19 |
| | | | | | | Pygments 2.14 was released on 01/01/2023 [0] [0]: https://pygments.org/docs/changelog/#version-2-14-0 | ||||
* | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -8/+8 |
| | |||||
* | 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 |
| | |||||
* | Fix #8704: viewcode: anchors are generated in incremental build | Takeshi KOMIYA | 2021-01-22 | 1 | -0/+6 |
| | | | | | | | | | | | The anchors for viewcode was generated in the reading phase only if supported builder is used. It causes anchors are missing on the incremental build after the build for non supported builder. This introduces `viewcode_anchor` node to insert the anchor even if non supported builders. They will be converted to the anchor tag in the resolving phase for supported builders. Or, they will be removed for non supported builders. | ||||
* | Fix #8720: viewcode: module pages are generated for epub on incremental build | Takeshi KOMIYA | 2021-01-22 | 1 | -0/+15 |
| | | | | | | | The module pages should be generated for epub only if enabled via configuration. But they are generated after the build for other viewcode-supported builders. This checks the current builder on generating module pages. | ||||
* | 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 | -6/+6 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | encoding keyword for path.text() and path.write_text() is no longer needed | Takeshi KOMIYA | 2019-01-03 | 1 | -4/+4 |
| | |||||
* | 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 absolute_import | Takeshi KOMIYA | 2018-12-17 | 1 | -4/+4 |
| | | |||||
* | | 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. | ||||
* | Plugins can find source code for viewcode | Ashley Whetter | 2018-04-24 | 1 | -0/+43 |
| | | | | Fixes #4035 | ||||
* | Fix #4701: viewcode: Misplaced ``<div>`` in viewcode html output | Takeshi KOMIYA | 2018-03-05 | 1 | -0/+11 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2299 from scVENUS/fix_attribute_docstrings_of_imported_class | Takeshi KOMIYA | 2017-11-12 | 1 | -0/+6 |
|\ | | | | | Fix #2298: automodule fails to document a class attribute. | ||||
| * | Test for bug #2298: automodule fails to document a class attribute | Anselm Kruis | 2016-02-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | This test case demonstrates a bug, where automodule:: with option :members: fails to document a class attribute of a class, that was imported into the documented module. This commit extends test_ext_viewcode, instead of creating a separate test module, because the development guide recommends it for performance reasons. | ||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ \ | |||||
| * | | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | | |||||
* | | | Add more decorator tests | Ray Lehtiniemi | 2017-03-11 | 1 | -0/+1 |
|/ / | | | | | | | Signed-off-by: Ray Lehtiniemi <rayl@mail.com> | ||||
* | | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -3/+3 |
|/ | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Split viewcode and linkcode tests out of main test root. | Georg Brandl | 2014-09-21 | 1 | -1/+13 |
| | |||||
* | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -43/+32 |
| | | | | | | | | | | | | * 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 | ||||
* | fix fc1901d for py3, again. and add 2 assertions | Takayuki Shimizukawa | 2014-08-22 | 1 | -0/+2 |
| | |||||
* | fix fc1901d for py3 | Takayuki Shimizukawa | 2014-08-22 | 1 | -1/+2 |
| | |||||
* | :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623 | Takayuki Shimizukawa | 2014-08-22 | 1 | -0/+40 |