diff --git a/docs/conf.py b/docs/conf.py index be47d3195..7781f68bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,6 +47,9 @@ # The full version, including alpha/beta/rc tags release = rockcraft.__version__ +if ".post" in release: + # The commit hash in the dev release version confuses the spellchecker + release = release[0 : release.find(".post")] # Update with the favicon for your product html_favicon = "_static/favicon.png"