From cfa6377f02ccb2f8c7ee8679c6df55dc717860c9 Mon Sep 17 00:00:00 2001 From: jagar2 Date: Mon, 9 Dec 2024 12:16:38 -0500 Subject: [PATCH] make lowercase #patch --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c28704e..5c9ebae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ from sphinx import apidoc output_dir = os.path.join(__location__, "api") -module_dir = os.path.join(__location__, "../src/PyKubeGrader") +module_dir = os.path.join(__location__, "../src/pykubegrader") try: shutil.rmtree(output_dir) except FileNotFoundError: @@ -101,7 +101,7 @@ # If you don’t need the separation provided between version and release, # just set them both to the same value. try: - from PyKubeGrader import __version__ as version + from pykubegrader import __version__ as version except ImportError: version = ""