Skip to content

Commit f4a6e47

Browse files
committed
Add mkdocs so netlify would work
1 parent 4b68c36 commit f4a6e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ docs-build:
103103
cp ./README.md ./docs/index.md
104104
cp ./CONTRIBUTING.md ./docs/contributing.md
105105
cp ./CHANGELOG.md ./docs/release-notes.md
106+
pip install mkdocs mkdocs-material markdown-include
106107
python -m mkdocs build
107108

108109
.PHONY: docs-format ## Format the python code that is part of the docs

0 commit comments

Comments
 (0)