diff --git a/RELEASE.rst b/RELEASE.rst index 15570a4b46fa86c6b04095fa8619f9893eeca7db..87a73cc092390c37e72a203f7237da3789ec7f45 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -114,7 +114,9 @@ Building the documentation requires 'sphinx' and a Latex installation. First build the HTML and PDF documentation:: ./setup.py build - make -C doc realclean html latex SPHINXOPTS='-A website_deploy=True -n -W' + cd doc + make realclean + make html latex SPHINXOPTS='-A website_deploy=True -n -W' cd doc/build/latex make all-pdf