diff --git a/doc/contribute/documenting.md b/doc/contribute/documenting.md index 0ffd4e0ba2dfb05427b1f8fb2239066c63884c29..46bd8423d0dc76862481e9716f5bb700ada1f29d 100644 --- a/doc/contribute/documenting.md +++ b/doc/contribute/documenting.md @@ -82,17 +82,17 @@ git checkout develop * On Linux/macOS: - ```bash - python3 -m venv venv # Linux/macOS - source venv/bin/activate #Linux/macOS - ``` +```bash +python3 -m venv venv # Linux/macOS +source venv/bin/activate #Linux/macOS +``` * On Windows: - ```bash - python -m venv venv # Windows - venv\Scripts\activate # Windows - ``` +```bash +python -m venv venv # Windows +venv\Scripts\activate # Windows +``` 4) Setup a local ``mkdocs`` server by installing requirements: