Skip to content

Commit

Permalink
🩹 Try to fix circular import on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-krechan committed Dec 22, 2023
1 parent 305bc9d commit 080e60a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
sys.path.insert(0, os.path.join(__location__, "../docs"))
from uml import PlantUMLNetwork, build_network, compile_files_kroki, write_class_umls

# import package ahbicht and subpackage to clarify namespaces and prevent circular import errors
from bo4e import *
from bo4e.com import *
from bo4e.enum import *
from bo4e.bo import *

# -- Run sphinx-apidoc ------------------------------------------------------
# This hack is necessary since RTD does not issue `sphinx-apidoc` before running
# `sphinx-build -b html . _build/html`. See Issue:
Expand Down

0 comments on commit 080e60a

Please sign in to comment.