-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] |