diff --git a/requirements/docsgame.txt b/requirements/docsgame.txt index cbec7a3..36cc137 100644 --- a/requirements/docsgame.txt +++ b/requirements/docsgame.txt @@ -1,3 +1,3 @@ -docutils==0.20.1 +docutils==0.21.2 pygments==2.18.0 -e ./renpy_pygments diff --git a/scripts/batch_rst2html5.sh b/scripts/batch_rst2html5.sh index 6a7226c..87b83b0 100755 --- a/scripts/batch_rst2html5.sh +++ b/scripts/batch_rst2html5.sh @@ -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"