summaryrefslogtreecommitdiff
path: root/sphinx/ext/apidoc.py
Commit message (Expand)AuthorAgeFilesLines
...
* apidoc: Use a template for generating module fileTakeshi KOMIYA2019-05-041-8/+13
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge remote-tracking branch 'upstream/master' into 5842-apidoc-extensionscocodrips2018-12-261-1/+1
|\ \
| * \ Merge branch '1.8'jfbu2018-12-231-1/+1
| |\ \ | | |/
| | * Fix #5834: apidoc: wrong help for --tocfileTakeshi KOMIYA2018-12-191-1/+1
* | | Add extensions from mastercocodrips2018-12-261-0/+7
|/ /
* | Merge branch '1.8'Takeshi KOMIYA2018-12-181-1/+1
|\ \ | |/
| * Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA2018-12-171-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-14/+13
* | Remove print_function featureTakeshi KOMIYA2018-12-151-2/+0
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Always prefer dict literals over calls to dict()Jon Dufresne2018-11-131-22/+22
* | Remove use of six.binary_typeJon Dufresne2018-11-111-11/+0
* | Deprecate Python2 compat shim sphinx.util.osutil.walk()Jon Dufresne2018-10-051-2/+2
|/
* Fix #5362: apidoc: Add ``--toc`` option to change the filename of ToCTakeshi KOMIYA2018-09-061-3/+5
* Merge branch '1.7'Takeshi KOMIYA2018-05-141-2/+2
|\
| * Fix #4932: apidoc: some subpackages is ignored if sibling subpackage contains...Takeshi KOMIYA2018-05-031-2/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-03-211-10/+10
|\ \ | |/
| * apidoc: Fix local variable is not initializedTakeshi KOMIYA2018-03-211-0/+1
| * Closes #4520 - acidic: Subpackage not in toc. The rule of skipping folders wi...Christer Bystrom2018-03-211-10/+9
* | Merge branch '1.7'Takeshi KOMIYA2018-03-191-1/+1
|\ \ | |/
| * usage strings should not contain "usage:"Jeroen Demeyer2018-03-191-1/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Update apidoc.pyLilian Besson2018-03-061-1/+1
* | Make sphinx-* commands translatableTakeshi KOMIYA2018-03-031-37/+38
* | Supports i18n console outputTakeshi KOMIYA2018-02-251-1/+6
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-02-121-14/+12
|\ \ | |/
| * Fix #4581: apidoc: Excluded modules still includedTakeshi KOMIYA2018-02-111-14/+12
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-311-1/+2
|\ \ | |/
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+2
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-281-1/+12
|\ \ | |/
| * Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-281-1/+12
* | Convert in-code HTTP URL's to HTTPS, including examplesKurt McKee2018-01-201-1/+1
|/
* Merge commit '4277eb13315d5649401190df86874b3832ddfa3e'Takeshi KOMIYA2018-01-071-1/+5
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Merge branch 'stable'jfbu2017-12-181-3/+3
* quickstart: Rework how we collect extensionsStephen Finucane2017-12-031-8/+6
* Fix #4226: apidoc: Generate new style makefile (make-mode)Takeshi KOMIYA2017-11-121-0/+1
* sphinx-apidoc: Remove 'normalize_excludes' functionStephen Finucane2017-10-091-7/+1
* sphinx-apidoc: Move parser to a separate functionStephen Finucane2017-10-091-3/+9
* sphinx-apidoc: Convert to argparseStephen Finucane2017-10-091-108/+113
* sphinx-quickstart: Move code to 'sphinx.cmd'Stephen Finucane2017-10-021-2/+2
* apidoc: Move apidoc to ext/apidocStephen Finucane2017-09-201-0/+440