Skip to content

Commit

Permalink
Fix sphinx-doc#4226: apidoc: Generate new style makefile (make-mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Nov 12, 2017
1 parent baaa0e3 commit 199256e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down
1 change: 1 addition & 0 deletions sphinx/ext/apidoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 199256e

Please sign in to comment.