Skip to content

Commit

Permalink
WIP: reproduce netlify build failures
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Beckers <[email protected]>
  • Loading branch information
ti-mo committed Nov 5, 2024
1 parent aa4d11d commit a96c995
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 100 deletions.
2 changes: 1 addition & 1 deletion docs/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ mkdocs-git-authors-plugin = "*"

[requires]
# Whatever Netlify's Ubuntu version uses.
python_version = "3.8"
python_version = "3.13"
107 changes: 8 additions & 99 deletions docs/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
base = "docs/"
publish = "site/"
command = "mkdocs build"
environment = { PYTHON_VERSION = "3.13" }

0 comments on commit a96c995

Please sign in to comment.