--- eccodes-1.6.0.p1/docs/conf.py 2023-07-29 17:23:31.414054207 +0200
+++ eccodes-1.6.0.p1p2/docs/conf.py 2023-07-29 17:23:48.093676222 +0200
@@ -32,7 +32,7 @@ source_suffix = ".rst"
master_doc = "index"
# General information about the project.
-project = "eccodes-python"
+project = "eccodes"
copyright = "2017-, European Centre for Medium-Range Weather Forecasts (ECMWF)."
# The version info for the project you're documenting, acts as replacement
@@ -40,7 +40,7 @@ copyright = "2017-, European Centre for
# the built documents.
#
# The full version, including alpha/beta/rc tags.
-release = pkg_resources.get_distribution("eccodes-python").version
+release = pkg_resources.get_distribution("eccodes").version
# The short X.Y version.
version = ".".join(release.split(".")[:2])