Revert update development.md

This commit is contained in:
Sander 2024-03-28 00:50:20 +01:00
parent 254278e382
commit 6e57bc151e

View File

@ -341,16 +341,6 @@ If you want to build the documentation locally, this is how you do it:
```bash ```bash
$ pipenv install --dev $ pipenv install --dev
``` ```
You may need to install the follow extensions manually, if you find that mkdocs is complaining about missing modules, plugins or themes:
```bash
$ pip install pymdown-extensions
```
```bash
$ pip install mkdocs-material-extensions mkdocs-material
```
```bash
$ pip install mkdocs-glightbox
```
2. Build the documentation 2. Build the documentation