From af49ee7fbef946df7ff564f53d16844ee07d0239 Mon Sep 17 00:00:00 2001 From: Alessio Placitelli Date: Fri, 11 Dec 2015 17:33:11 +0100 Subject: [PATCH] Bug 1231965 - Change references to ./mach build-docs to ./mach doc. r=gps --HG-- extra : rebase_source : 53012ecda93a4c823a8de4b43afab5f1fa97a241 --- js/src/doc/README.md | 2 +- tools/docs/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/src/doc/README.md b/js/src/doc/README.md index 1239acbfb334..989fa40db7b4 100644 --- a/js/src/doc/README.md +++ b/js/src/doc/README.md @@ -155,6 +155,6 @@ invoke the following commands: This ought to be integrated with mach ------------------------------------- -Indeed. It should somehow be unified with 'mach build-docs', which seems to +Indeed. It should somehow be unified with 'mach doc', which seems to format in-tree docs of a different kind, and use a different markup language (ReStructuredText) and a different formatter (Sphinx). diff --git a/tools/docs/index.rst b/tools/docs/index.rst index fae8856b2d93..ae2a9d593050 100644 --- a/tools/docs/index.rst +++ b/tools/docs/index.rst @@ -21,8 +21,8 @@ Managing Documentation This documentation is generated via the `Sphinx `_ tool from sources in the tree. -To build the documentation, run ``mach build-docs``. Run -``mach help build-docs`` to see configurable options. +To build the documentation, run ``mach doc``. Run +``mach help doc`` to see configurable options. Adding Documentation --------------------