Commit 4fa495f6 authored by Christine Kim's avatar Christine Kim
Browse files

Updated readme and added dep to env.yml

parent 30d83315
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -64,3 +64,26 @@ To install the development version:
```
conda install -c usgs-astrogeology/label/dev plio
```

Building documentation
======================

Create the `plio` conda environment:

```
conda env create -f environment.yml
```

Activate the conda environment:

```
conda activate plio
```

Go into the `docs` directory and build the sphinx docs with:

```
sphinx-build -b html . public
```

This outputs the generated documentation into `docs/public` where you can open `public/index.html` in a browser to view PLIO docs locally. 
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -18,3 +18,4 @@ dependencies:
  - pytest-cov 
  - coveralls 
  - nbsphinx
  - sphinx=6.2.1