summaryrefslogtreecommitdiff
path: root/tests/test_ext_apidoc.py
Commit message (Expand)AuthorAgeFilesLines
* Prefer ``@pytest.fixture()``Adam Turner2023-02-181-1/+1
* Fix COM812Adam Turner2023-02-181-1/+1
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-2/+2
* RefactorAdam Turner2022-05-021-6/+4
* Remove always-false branchesAdam Turner2022-05-021-4/+1
* Merge branch '5.x' into fix-warningsAdam Turner2022-05-021-0/+29
|\
| * Add test for duplicated submodules in `sphinx.ext.apidoc`Adam Turner2022-05-011-0/+29
* | `.write_text(...)` -> `.write_text(..., encoding='utf8')`Adam Turner2022-04-271-16/+16
* | `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-13/+13
* | Specify encodingAdam Turner2022-04-221-18/+18
|/
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Fix #9608: apidoc: module is not described if implicit namespace packageTakeshi KOMIYA2021-09-041-0/+2
* Fix #8727: apidoc: namespace module file is not generated if no submodulesTakeshi KOMIYA2021-01-231-0/+8
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Cleaner fix for double trailing whitespace apidocAleksaC2020-07-111-1/+0
* Remove double trailing newlines from apidoc testsAleksaC2020-07-101-5/+2
* * Updated tests according to latest changes.Sergio Garcia Prado2020-03-151-3/+6
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-13/+13
* Fix #6899: apidoc: private members are not shown even if --private givenTakeshi KOMIYA2020-01-301-1/+3
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* apidoc: Insert newlines between submodulesStephen Finucane2019-06-071-4/+13
* refactor apidoc: Add is_skipped_module()Takeshi KOMIYA2019-05-301-0/+15
* apidoc: Use a template for generating package fileTakeshi KOMIYA2019-05-041-0/+166
* apidoc: Use a template for generating toc fileTakeshi KOMIYA2019-05-041-0/+18
* apidoc: Use a template for generating module fileTakeshi KOMIYA2019-05-041-0/+30
* test: Reduce warnings on building test-rootTakeshi KOMIYA2019-02-141-2/+0
* Remove use of deprecated APIsTakeshi KOMIYA2019-01-031-6/+4
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-8/+8
* | Remove print_function featureTakeshi KOMIYA2018-12-151-2/+0
|/
* Fix flake8 violations on testsTakeshi KOMIYA2018-07-281-2/+0
* Fix sphinx.testing uses deprecated pytest API; Node.get_marker(name)Takeshi KOMIYA2018-06-071-1/+4
* Closes #4520 - acidic: Subpackage not in toc. The rule of skipping folders wi...Christer Bystrom2018-03-211-1/+66
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-1/+0
* Fix #4581: apidoc: Excluded modules still includedTakeshi KOMIYA2018-02-111-1/+16
* Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-281-0/+60
* test: Adjust testcase for #3962Takeshi KOMIYA2018-01-071-2/+2
* Merge commit '4277eb13315d5649401190df86874b3832ddfa3e'Takeshi KOMIYA2018-01-071-0/+77
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
* sphinx-apidoc: Convert to argparseStephen Finucane2017-10-091-4/+4
* apidoc: Move apidoc to ext/apidocStephen Finucane2017-09-201-0/+190