Skip to content

Commit

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

from appdaemon.version import __version__
import sys
import os

Expand All @@ -15,6 +14,8 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath(".."))

from appdaemon.version import __version__ # noqa: E402

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

0 comments on commit e5ce767

Please sign in to comment.