From e5dcebaa8e90c1925c925d61e0b168d0a0b04a71 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 14 Aug 2018 00:39:09 +1000 Subject: [PATCH] docs: remove "make viewdocs" reference (#43860) The "viewdocs" target was removed in 0381bc170c681b6ea8a94467c62e0694e3d9029d; running "make webdocs" gets you the output for initial testing purposes. --- docs/docsite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/README.md b/docs/docsite/README.md index 2e2282a3dc4..7ccadc341c6 100644 --- a/docs/docsite/README.md +++ b/docs/docsite/README.md @@ -5,7 +5,7 @@ This project hosts the source behind [docs.ansible.com](https://docs.ansible.com Contributions to the documentation are welcome. To make changes, submit a pull request that changes the reStructuredText files in the `rst/` directory only, and the core team can do a docs build and push the static files. -If you wish to verify output from the markup such as link references, you may install sphinx and build the documentation by running `make viewdocs` from the `ansible/docsite` directory. +If you wish to verify output from the markup such as link references, you may install sphinx and build the documentation by running `make webdocs` from the `ansible/docsite` directory. To include module documentation you'll need to run `make webdocs` at the top level of the repository. The generated html files are in `docsite/htmlout/`.