From aefffaef12aaa502f101b4d57b5b9f0dcf599ed5 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 22 Sep 2016 07:53:30 +0100 Subject: [PATCH] Update README.md's docs build instructions To use the output folder expected by the packaging scripts. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eb9bc7e..b93b913b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The GUI's HTML file is automatically built when building the LOOT GUI binary, bu The documentation is built using [Doxygen](http://www.stack.nl/~dimitri/doxygen/), [Breathe](https://breathe.readthedocs.io/en/latest/) and [Sphinx](http://www.sphinx-doc.org/en/stable/). Install them (Breathe and Sphinx support Python 2 and 3) and make sure they're accessible from your `PATH`, then run: ``` -sphinx-build -b html docs build/docs/sphinx +sphinx-build -b html docs build/docs/html ``` ## Packaging Releases