Skip to content

Commit

Permalink
fix: path rtd conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 20, 2024
1 parent ad3d437 commit 6240fb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
import os
import sys

sys.path.insert(0, os.path.abspath(".."))
sys.path.insert(0, os.path.abspath("../.."))
from pathlib import Path
sys.path.insert(0, Path(__file__).parent.parent.parent.__str__())
import neonize

project = "neonize"
Expand Down

0 comments on commit 6240fb6

Please sign in to comment.