diff --git a/sphinx/sphinx_howto.txt b/sphinx/sphinx_howto.txt index 508f3ff7..917f568c 100644 --- a/sphinx/sphinx_howto.txt +++ b/sphinx/sphinx_howto.txt @@ -1,7 +1,7 @@ How to update documentation? ============================ Generate rst files from source code: -'sphinx-apidoc -o . .. '*tests*' '*migrations*' ' +'sphinx-apidoc -o . .. '*tests*' '../*migrations*' ' Build HTML documentation from rst: -'make html' \ No newline at end of file +'make html'