From 7080b11fdab0bd30242a9828674cfb20c6bb35c6 Mon Sep 17 00:00:00 2001 From: Jerome Kieffer Date: Sun, 24 Mar 2024 17:44:28 +0100 Subject: [PATCH] fix documentation build --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3bd555f2..d3b3fa72 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -81,7 +81,7 @@ master_doc = 'index' # General information about the project. -from fabio._version import strictversion, version, __date__ as fabio_date +from fabio.version import strictversion, version, __date__ as fabio_date year = fabio_date.split("/")[-1] copyright = u'2006-%s, Henning Sorensen, Erik Knudsen, Jon Wright, Gael Goret, Brian Pauw and Jerome Kieffer' % (year)