Skip to content

Commit

Permalink
this seems to work locally?
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Ferenczi <[email protected]>
  • Loading branch information
5had3z committed May 31, 2024
1 parent bf0c8b0 commit c059cd3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
import subprocess
from pathlib import Path

sys.path.insert(
0, str(Path(__file__).parent / "_build" / "html" / "_sources" / "sc2_replay_reader")
)
sys.path.insert(0, str(Path(__file__).parent / "_build" / "html" / "_sources"))

# Doxygen
subprocess.call("doxygen Doxyfile", shell=True)
Expand Down

0 comments on commit c059cd3

Please sign in to comment.