Skip to content

Commit 5e1c8a3

Browse files
Migrate documentation from MkDocs to Docsy
1 parent fc3eacc commit 5e1c8a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ docs:
204204

205205
.PHONY: build-docs
206206
build-docs: update-geps api-ref-docs
207-
hugo --source site
207+
docker run --rm -v ${PWD}:/src -w /src/site peaceiris/hugo:v0.148.0-extended hugo
208208

209209
.PHONY: verify-docs
210210
verify-docs: build-docs

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Netlify build instructions
22
[build]
3-
base = "site"
4-
command = "pip install -r ../hack/mkdocs/image/requirements.txt && npm install && cd .. && make build-docs-netlify"
3+
command = "pip install -r hack/mkdocs/image/requirements.txt && cd site && npm install && cd .. && make build-docs-netlify"
4+
publish = "site/public"
55

66
[build.environment]
77
PYTHON_VERSION = "3.12"

0 commit comments

Comments
 (0)