Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cafriedb authored Sep 5, 2024
1 parent 8b8610e commit bfdc5d8
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,6 @@ please [file an issue][Issue Tracker] along with a detailed description.
[Issue Tracker]: https://github.com/cafriedb/premise_validation/issues


## Building the Documentation
## Support

You can build the documentation locally by installing the documentation Conda environment:

```bash
conda env create -f docs/environment.yml
```

activating the environment

```bash
conda activate sphinx_premise_validation
```

and [running the build command](https://www.sphinx-doc.org/en/master/man/sphinx-build.html#sphinx-build):

```bash
sphinx-build docs _build/html --builder=html --jobs=auto --write-all; open _build/html/index.html
```
Feel free to contact [email protected]

0 comments on commit bfdc5d8

Please sign in to comment.