Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apidoc: Move apidoc to ext/apidoc | Stephen Finucane | 2017-09-20 | 1 | -190/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | The 'sphinx-apidoc' tool is no longer the only kid on the block when it comes to automatic documentation of Python projects, with the likes of 'sphinx-autoapi' in development [1], and is not really maintained. Given the fact that the tool is tangential to Sphinx's main goal, there isn't really anything that warrants its continue existence as a core module. Signify this by moving the feature to 'ext'. This allows the feature to continue to exist in the package, but indicates that stability might be worse than one would expect from the core library. To avoid breaking packages that are using this feature directly, such as pbr [3], aliases for the old 'main' method are included. This is based on what Django does and, like Django, will allow us to safely remove the old modules in Sphinx 2.0. [1] https://github.com/rtfd/sphinx-autoapi [2] https://github.com/sphinx-doc/sphinx/pull/3485#issuecomment-288081223 [3] https://github.com/django/django/blob/1.11/django/test/runner.py#L688-L695 Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | Fix #3962: sphinx-apidoc does not recognize implicit namespace packages ↵ | Takeshi KOMIYA | 2017-07-29 | 1 | -2/+2 |
| | | | | correctly | ||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-05-16 | 1 | -10/+10 |
|\ | |||||
| * | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -10/+10 |
| | | |||||
* | | Merge pull request #3668 from adamjstewart/fixes/apidoc-main-argv | Takeshi KOMIYA | 2017-05-14 | 1 | -1/+1 |
|\ \ | |/ |/| | Don't ignore first argument passed to sphinx.apidoc.main | ||||
| * | Fix tests | Adam J. Stewart | 2017-04-25 | 1 | -1/+1 |
| | | |||||
* | | Fix flake8 violations | Takeshi KOMIYA | 2017-05-09 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -6/+34 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
| * | Test whether the escaping is correct by looking at the plaintext | Eric Wieser | 2017-03-24 | 1 | -7/+22 |
| | | | | | | | | Otherwise we're just testing that the headers are produced with format_header | ||||
| * | Move apidoc tests to subfolder, rather than polluting main test | Eric Wieser | 2017-03-24 | 1 | -4/+6 |
| | | |||||
| * | Fix issues with trailing underscores in heading names | Eric Wieser | 2017-03-23 | 1 | -2/+13 |
| | | | | | | | | Fixes #1451, using the approach in 8d96c90fc6ca7805ba7a8e8fd80cc74da7caf46c | ||||
* | | implementing PR comments | Gerald Baier | 2017-01-12 | 1 | -5/+0 |
| | | |||||
* | | apidoc takes extension options | Gerald Baier | 2017-01-11 | 1 | -0/+18 |
|/ | |||||
* | pytest migration | shimizukawa | 2017-01-04 | 1 | -108/+84 |
| | |||||
* | Sphinx apidoc does not process PEP-0420 implicit namespaces | Arcadiy Ivanov | 2016-09-15 | 1 | -0/+88 |
| | | | | fixes #2949, connected to #2949 | ||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Fix broken in py3 | Takeshi KOMIYA | 2015-12-25 | 1 | -4/+11 |
| | |||||
* | Fix #2040: UnicodeDecodeError in sphinx-apidoc when author contains ↵ | Takeshi KOMIYA | 2015-12-25 | 1 | -0/+34 |
| | | | | non-ascii characters | ||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Add a basic test for sphinx.apidoc. | Georg Brandl | 2014-11-06 | 1 | -0/+42 |