Skip to content
Snippets Groups Projects
Commit 79b9a8fd authored by Dhruva Gowda Storz's avatar Dhruva Gowda Storz
Browse files

minor changes to install page, changes to doxygen readthedocs generation

parent a7c2f801
No related branches found
No related tags found
2 merge requests!233Documentation update 2,!225Documentation update #1
......@@ -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)
......@@ -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 ..
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment