Skip to content

Commit

Permalink
bugfix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikmi committed Jul 10, 2022
1 parent f5c72f2 commit 1a614c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
import subprocess
import sys

# needed for auto document, ATTENTION: must then be installed during online build!
import multivar_horner

print(multivar_horner)

# package needs to be installed (with dependencies) for auto documentation
# Get the project root dir, which is the parent dir of this

Expand All @@ -29,6 +24,11 @@
# This ensures that the source package is importable
sys.path.insert(0, os.path.join(project_root))

# needed for auto document, ATTENTION: must then be installed during online build!
import multivar_horner

print(multivar_horner)

# -- Project information -----------------------------------------------------

project = "multivar_horner"
Expand Down

0 comments on commit 1a614c7

Please sign in to comment.