Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 2c926ad

Browse files
authored
Update conf.py
1 parent 3664726 commit 2c926ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8+
import os
9+
import sys
10+
sys.path.insert(0, os.path.abspath('..'))
811

912
project = 'json-duplicate-keys'
1013
copyright = '2022, TP Cyber Security'

0 commit comments

Comments
 (0)