Skip to content

Commit

Permalink
Fix AD path
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Mar 24, 2023
1 parent 808fb30 commit c89a30e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

from appdaemon.version import __version__
import sys
import os

# 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.insert(0, os.path.abspath(".."))

project = "AppDaemon"
copyright = "2016-2023, Andrew Cockburn"
Expand Down

0 comments on commit c89a30e

Please sign in to comment.