Skip to content

Commit

Permalink
Update docutils
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Nov 10, 2024
1 parent 32b28be commit 4cf700f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/docsgame.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docutils==0.20.1
docutils==0.21.2
pygments==2.18.0
-e ./renpy_pygments
4 changes: 2 additions & 2 deletions scripts/batch_rst2html5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ do
html_name="$(basename "$filename" .rst).html"
html_path="$docsgame_path/$html_name"

rst2html5.py --stylesheet='' --no-xml-declaration "$filename" > "$html_path"
rst2html5 --stylesheet='' --no-xml-declaration "$filename" > "$html_path"

done


rst2html5.py --stylesheet='' --no-xml-declaration "docs/development/tools.rst" ""$DOCSGAME_PATH"tools.html"
rst2html5 --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 4cf700f

Please sign in to comment.