Skip to content

Commit

Permalink
fix: try adding more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-iv committed Jul 7, 2024
1 parent 4d1272b commit ef226cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import sys

sys.path.insert(0, os.path.abspath("../../src/flask_websockets")) # noqa: PTH100
sys.path.insert(0, os.path.abspath("../..")) # noqa: PTH100
sys.path.insert(0, os.path.abspath("../../src")) # noqa: PTH100
sys.setrecursionlimit(1500)

project = "flask-websockets"
Expand Down

0 comments on commit ef226cf

Please sign in to comment.