summaryrefslogtreecommitdiff
path: root/sphinx/apidoc.py
Commit message (Expand)AuthorAgeFilesLines
* Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-41/+0
* Merge branch '1.7'Takeshi KOMIYA2018-06-211-5/+5
|\
| * Fix #5104: apidoc: Interface of ``sphinx.apidoc:main()`` has changedTakeshi KOMIYA2018-06-181-3/+3
* | Drop typing.TYPE_CHECKINGTakeshi KOMIYA2018-03-261-2/+2
* | Use typing.TYPE_CHECKINGTakeshi KOMIYA2018-02-191-3/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-02-191-0/+1
|\ \ | |/
| * Fix #4615: The argument of ``sphinx.build`` has been changed in 1.7.0Takeshi KOMIYA2018-02-161-0/+1
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+7
|/
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| * Use ensuredir() instead of os.makedirs() to fix race conditionsMichał Górny2017-12-161-4/+3
* | apidoc: Move apidoc to ext/apidocStephen Finucane2017-09-201-421/+16
* | Fix #3962: sphinx-apidoc does not recognize implicit namespace packages corre...Takeshi KOMIYA2017-07-291-4/+5
* | Don't ignore first argument to sphinx.apidoc.mainAdam J. Stewart2017-04-251-2/+2
|/
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-5/+8
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| * Fix issues with trailing underscores in heading namesEric Wieser2017-03-231-2/+5
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-2/+3
* | Merge pull request #3323 from gbaier/apidoc_extensionsTakeshi KOMIYA2017-01-121-0/+10
|\ \
| * | moved import to top of fileGerald Baier2017-01-121-1/+1
| * | implementing PR commentsGerald Baier2017-01-121-2/+2
| * | apidoc takes extension optionsGerald Baier2017-01-111-0/+10
* | | Merge branch 'stable'Takeshi KOMIYA2017-01-121-2/+2
|\ \ \ | |/ / |/| / | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-4/+20
|/
* Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-161-0/+1
|\
| * insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa2016-11-161-0/+1
* | Closes #930: sphinx-apidoc allow wildcards for excluding paths.shimizukawa2016-11-061-4/+5
* | Sphinx apidoc does not process PEP-0420 implicit namespacesArcadiy Ivanov2016-09-151-14/+29
* | Fix #2892: Added ``-a`` (``--append-syspath``) option to `sphinx-apidoc`Takeshi KOMIYA2016-08-241-0/+5
* | Merge branch 'master' into HEADTakeshi KOMIYA2016-08-221-1/+15
|\ \
| * | Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-4/+1
| |/
| * Merge branch 'stable'Georg Brandl2016-01-141-1/+1
| |\
| | * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| * | Merge with '87998df9cbef2380345d436121e6bca43345d2bd' on stableshimizukawa2016-01-101-0/+10
| |\ \ | | |/
| | * Fix broken in py3Takeshi KOMIYA2015-12-251-14/+13
| | * Fix #2040: UnicodeDecodeError in sphinx-apidoc when author contains non-ascii...Takeshi KOMIYA2015-12-251-4/+15
| * | allow apidoc using 'python -m sphinx.apidoc'Paul Kienzle2015-06-041-0/+4
| |/
* | Use FileAvoidWrite in apidocGregory Szorc2015-06-021-5/+2
|/
* refactoring. path.abspath will call path.normpath.shimizukawa2015-04-051-4/+3
* Fixes #1823: '.' as <module_path> for sphinx-apidoc cause an unfriendly error...shimizukawa2015-04-051-1/+1
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-2/+2
* pep8 fixesGeorg Brandl2015-03-081-4/+4
* Added insertion of todo_include_todos config option.Ian Lee2015-02-071-0/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Closes #1593: fix quickstart -F.Georg Brandl2014-10-201-0/+1
* | Minor PEP8 cleanup.Georg Brandl2014-09-211-4/+4
* | merge with stableTakayuki Shimizukawa2014-08-121-0/+7
|\ \ | |/
| * `sphinx-apidoc` command now have a `--version` option to show version informa...Takayuki Shimizukawa2014-07-251-0/+7