Skip to content

Commit

Permalink
make lowercase #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jagar2 committed Dec 9, 2024
1 parent 0078bca commit cfa6377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 = ""

Expand Down

0 comments on commit cfa6377

Please sign in to comment.