Skip to content

Commit

Permalink
fixed docs compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrro committed Sep 20, 2024
1 parent f7726d2 commit a1bb3de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
import os
import sys

folder = os.getcwd().split("\\docs")[0]
sys.path.append(folder)
#folder = os.getcwd().split("\\docs")[0]
#print(folder)
project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
print(project_root)
sys.path.insert(0, project_root)


project = 'sloyka'
Expand Down

0 comments on commit a1bb3de

Please sign in to comment.