diff --git a/docs/source/conf.py b/docs/source/conf.py index 273ab5d..dd5b62b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,7 +63,7 @@ # The full version, including alpha/beta/rc tags. release = version("rgmining-fraud-eagle") # The short X.Y version. -version = release[:3] +version = ".".join(release.split(".")[:2]) # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.