diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index 56e421b3..6f32ced5 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -2,7 +2,7 @@ main: - title: Tutorial url: /tutorial-intro - title: API Docs - url: /apidocs/0.53/coalpy.html + url: /apidocs/0.54/coalpy.html - title: GitHub url: https://github.com/kecho/coalpy diff --git a/docs/index.md b/docs/index.md index 99e38665..b21a8868 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ excerpt: > --- Welcome to CoalPy! This python library will let you write quickly and effortlessly high performance GPU code. -To install and get started (ensure you use python3.11): +To install and get started (ensure you use python3.11 or python3.12): ```bash python -m pip install coalpy