Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
_env
site
.DS_Store
.DS_Store
bin
lib
lib64
pyvenv.cfg
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@ To setup the documentation development environment simply create a new
virtual environment, then `pip install -r requirements.txt` (from in the root
of this repository).

```sh
# example of a simple virtual environment
# creation from the root of this project
python -m venv .
./bin/pip install -r requirements.txt
```

## Build

Simply run `mkdocs serve`
Simply run `mkdocs serve` or `./bin/mkdocs serve`.

## Cross-referencing

Expand Down