Skip to content

Commit

Permalink
fix conf.py maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Nov 20, 2024
1 parent d8ccf7b commit 72264e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
import datetime
import os
import re
import sys
from pathlib import Path

sys.path.insert(0, str(Path("..", "..", "src").resolve()))


def ascii_bytes_from(path, *paths):
Expand Down

0 comments on commit 72264e9

Please sign in to comment.