From 20a74ce171e566d3838619dc01544074f1df714b Mon Sep 17 00:00:00 2001 From: Ryuichi Arafune Date: Thu, 22 Feb 2024 18:59:56 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index dd53fb67..71bd80ab 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ import arpes import arpes.config -print("arpes version: {arpes.__version__}") +print(f"arpes version: {arpes.__version__}") # -- Project information ----------------------------------------------------- project = "arpes"