digital 7 years ago
parent
commit
7f31e6de7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/docs/install.rst

+ 1 - 1
src/docs/install.rst

@@ -34,7 +34,7 @@ To install BeeWatch run ``./setup.py install`` in BeeWatch-X.X. For more options
 
 Build the documentation
 -----------------------
-This project uses Sphinx for documentation generation. Sphinx can create the documentation in a variety of formats, eg html, pdf, epub an more. Run ``make help`` to get a list of supported file formats. Let's say you chose html, so you run ``make html``. This creates the documentation in `docs/html`. The entry point for reading it is `docs/html/index.html`.
+This project uses Sphinx for documentation generation. Sphinx can create the documentation in a variety of formats, eg html, pdf, epub an more. Run ``make help`` to get a list of supported file formats. Let's say you chose html, so you run ``make html``. This creates the documentation inside 'build/docs/<format>'. The entry point for reading the html version of the docs is `build/docs/html/index.html`.