Skip to content

Commit 86fe15c

Browse files
committed
Update lib path in conf for docs.
1 parent 4e43bfa commit 86fe15c

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/judge0")) # 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)