diff --git a/DEVELOPER.md b/DEVELOPER.md index 1df3f9893..9c68b0767 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -23,11 +23,13 @@ Build HTML docs: $ make docs +Documentation will be generated in `docs/_build/`. + or: $ python setup.py build_sphinx -Documentation will be generated in `docs/_build/`. +Documentation will be generated in `build/sphinx/html`. ## Tests