Skip to content

Commit 3539168

Browse files
committed
Update path to judge0 lib in conf for docs.
1 parent 86fe15c commit 3539168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
html_theme = "sphinx_rtd_theme"
3131
html_static_path = ["_static"]
3232

33-
sys.path.insert(0, os.path.abspath("../src/")) # Adjust as needed
33+
sys.path.insert(0, os.path.abspath("../../src/")) # Adjust as needed
3434

3535
html_theme_options = {
3636
# Toc options

0 commit comments

Comments
 (0)