Skip to content

Commit

Permalink
Update MkDocs and MkDocs Material
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Apr 25, 2024
1 parent dfd8caf commit 7d24936
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pip install -r requirements.txt
Then you can execute the following command to access the documentation locally at http://127.0.0.1:8000/:

```bash
mkdocs serve
mkdocs serve --open
```

Once your Pull Request is merged, the documentation will be automatically built and deployed by GitHub Actions.
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ Jinja2==3.1.3
Markdown==3.6
MarkupSafe==2.1.5
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs==1.6.0
mkdocs-get-deps==0.2.0
mkdocs-macros-plugin==1.0.5
mkdocs-material==9.5.18
mkdocs-material==9.5.19
mkdocs-material-extensions==1.3.1
mkdocs-redirects==1.2.1
packaging==24.0
paginate==0.5.6
pathspec==0.12.1
platformdirs==4.2.0
platformdirs==4.2.1
Pygments==2.17.2
pymdown-extensions==10.7.1
pymdown-extensions==10.8
python-dateutil==2.9.0.post0
PyYAML==6.0.1
pyyaml_env_tag==0.1
regex==2023.12.25
regex==2024.4.16
requests==2.31.0
six==1.16.0
termcolor==2.4.0
Expand Down

0 comments on commit 7d24936

Please sign in to comment.