Revert "mkdocs.yml: Add syntax highlighting (#89)"

This reverts commit 7aebfc652c.
This commit is contained in:
Nishant Singh
2021-02-24 21:31:54 +05:30
committed by GitHub
parent 7aebfc652c
commit 94a2c9bbfd
11 changed files with 25 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ Ensure that you adhere to the following guidelines:
### Building and testing locally
Run the following commands to build and view the site locally before opening a PR.
```bash
```
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt