diff --git a/docs/source/conf.py b/docs/source/conf.py index 2415d8f160d906d738f3c51677991b26f3f151fc..c9f36c447616a02e8f5aa821a32fc4fee8cdb9bf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -288,5 +288,5 @@ import subprocess, os read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True' if read_the_docs_build: - subprocess.call('cd ../../source/doxygen; echo HELLO......................; doxygen Doxyfile', shell=True) + subprocess.call('cd doxygen; echo HELLO......................; doxygen Doxyfile', shell=True) diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index 89545461729e9eff99aa45b036654c5eec7e5af4..d298bdec3720ea8344e886ec9459413f519746ed 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -115,7 +115,7 @@ build moose .. code-block:: bash - $ cd /to/moose/source/code/ (root directory of moose) + $ cd /to/moose_directory/moose-core/ $ mkdir _build $ cd _build $ cmake ..