sphinx-quickstart now has --use-make-mode option for generating Makefile that use sphinx make-mode.

This commit is contained in:
shimizukawa
2015-02-17 21:42:27 +09:00
parent e968a6c1a1
commit 3d3bee1c8b
3 changed files with 20 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ Features added
described in documentation.
* HTML breadcrumb items tag has class "nav-item" and "nav-item-N" (like
nav-item-0, 1, 2...).
* sphinx-quickstart now has `--use-make-mode` option for generating Makefile
that use sphinx make-mode.
Bugs fixed
----------