Skip to content

Commit

Permalink
docs: get module from local path
Browse files Browse the repository at this point in the history
  • Loading branch information
pleasantone committed Jul 17, 2024
1 parent 0cf8a74 commit 90a663b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@

html_theme = "furo"
html_static_path = ["_static"]

import os
import sys
sys.path.insert(0, os.path.abspath('../src'))

0 comments on commit 90a663b

Please sign in to comment.