Skip to content

Commit

Permalink
fix: Broke docsgame building when reorganizing files
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Mar 10, 2024
1 parent fcee31b commit 4750199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docsgame_source/game/html_parser/build_entries.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ init 1 python:

entry.elements = elements

develop_path = 'docs/development.html'
develop_path = 'docs/tools.html'
with renpy.open_file(develop_path) as f:
soup = BeautifulSoup(f.read(), 'html.parser').html.body

Expand Down
2 changes: 1 addition & 1 deletion scripts/batch_rst2html5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ do
done


rst2html5.py --stylesheet='' --no-xml-declaration "docs/development.rst" ""$DOCSGAME_PATH"development.html"
rst2html5.py --stylesheet='' --no-xml-declaration "docs/development/tools.rst" ""$DOCSGAME_PATH"tools.html"

# rst2html5.py --stylesheet='' --no-xml-declaration "docs/encyclopaedia.rst" ""$DOCSGAME_PATH"encyclopaedia.html"

0 comments on commit 4750199

Please sign in to comment.