Back to home page

MITgcm

 
 

    


File indexing completed on 2019-10-17 05:11:12 UTC

view on githubraw file Latest commit 7621b5d5 on 2019-10-16 18:42:03 UTC
b41d672585 Ed D*0001 #  Set up environment needed for Sphinx to build docs
                0002 sudo apt-get update
                0003 sudo apt-get install texlive-latex-recommended
                0004 sudo apt-get install texlive-latex-extra
                0005 sudo apt-get install texlive-fonts-recommended
                0006 sudo apt-get install latexmk
7621b5d564 Oliv*0007 pip install -r doc/requirements.txt
b41d672585 Ed D*0008 pip install sphinx_rtd_theme