Fix #4226: apidoc: Generate new style makefile (make-mode)

This commit is contained in:
Takeshi KOMIYA
2017-11-12 12:26:51 +09:00
parent baaa0e3640
commit 199256e675
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Incompatible changes
package when ``--implicit-namespaces`` option given, not subdirectories of
given directory.
* #3929: apidoc: Move sphinx.apidoc to sphinx.ext.apidoc
* #4226: apidoc: Generate new style makefile (make-mode)
Deprecated
----------

View File

@@ -413,6 +413,7 @@ def main(argv=sys.argv[1:]):
ext_todo = True,
makefile = True,
batchfile = True,
make_mode = True,
mastertocmaxdepth = args.maxdepth,
mastertoctree = text,
language = 'en',