We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3664726 commit 2c926adCopy full SHA for 2c926ad
docs/conf.py
@@ -5,6 +5,9 @@
5
6
# -- Project information -----------------------------------------------------
7
# 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('..'))
11
12
project = 'json-duplicate-keys'
13
copyright = '2022, TP Cyber Security'
0 commit comments