Skip to content

Commit

Permalink
bugfix for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Jan 19, 2025
1 parent a4544f3 commit 2627ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.append(os.path.abspath("../"))
sys.path.append(os.path.abspath("../../"))
from caldav import __version__ as version

# -- General configuration -----------------------------------------------------
Expand Down

0 comments on commit 2627ff3

Please sign in to comment.