From 4dfe26da54da1f06f93e2a243c1b71920c4383b5 Mon Sep 17 00:00:00 2001 From: Jactus Date: Wed, 30 Sep 2020 20:14:32 +0800 Subject: [PATCH] Update docs conf --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 265bcf1f1..9cc2ff5bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,9 +64,9 @@ author = u"Microsoft" # built documents. # # The short X.Y version. -version = pkg_resources.get_distribution("qlib").version +version = pkg_resources.get_distribution("pyqlib").version # The full version, including alpha/beta/rc tags. -release = pkg_resources.get_distribution("qlib").version +release = pkg_resources.get_distribution("pyqlib").version # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.