Blame python-eccodes-sphinx-config.patch

73ed36f
--- eccodes-1.5.0.p1/docs/conf.py	2022-09-14 19:24:41.745615011 +0200
73ed36f
+++ eccodes-1.5.0.p1p2/docs/conf.py	2022-09-14 19:25:04.529093772 +0200
d6af7f3
@@ -32,7 +32,7 @@ source_suffix = ".rst"
d6af7f3
 master_doc = "index"
d6af7f3
 
d6af7f3
 # General information about the project.
1770927
-project = "eccodes-python"
1770927
+project = "eccodes"
1770927
 copyright = "2017-, European Centre for Medium-Range Weather Forecasts (ECMWF)."
d6af7f3
 
d6af7f3
 # The version info for the project you're documenting, acts as replacement
1770927
@@ -40,7 +40,7 @@ copyright = "2017-, European Centre for
d6af7f3
 # the built documents.
d6af7f3
 #
d6af7f3
 # The full version, including alpha/beta/rc tags.
d6af7f3
-release = pkg_resources.get_distribution("eccodes-python").version
d6af7f3
+release = pkg_resources.get_distribution("eccodes").version
d6af7f3
 # The short X.Y version.
d6af7f3
 version = ".".join(release.split(".")[:2])
d6af7f3