From 788f04590fc182265609a64e953b3a9f29b328e0 Mon Sep 17 00:00:00 2001 From: Karolina Przerwa Date: Thu, 30 Nov 2023 10:00:00 +0100 Subject: [PATCH] docs: remove version.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 895cb10..5e96125 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ # Get the version string. Cannot be done with import! g = {} with open(os.path.join(os.path.dirname(__file__), '..', - 'invenio_circulation', 'version.py'), + 'invenio_circulation'), 'rt') as fp: exec(fp.read(), g) version = g['__version__']