1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-07 01:15:36 +00:00

Set openmwluadocumentor version for luadoc generation in 0.48

This commit is contained in:
Petr Mikheev 2023-08-08 09:44:18 +02:00
parent 0a593c4741
commit 8359d8808a
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
parse_cmake
sphinx==1.8.5
docutils==0.17.1
jinja2==3.0.0

View file

@ -44,6 +44,7 @@ if [ -f /.dockerenv ]; then
cd ~
git clone https://gitlab.com/ptmikheev/openmw-luadocumentor.git
cd openmw-luadocumentor/luarocks
git checkout 156b1ad3597c739e51f537afe08d8d7ad1e95671
luarocks --local pack openmwluadocumentor-0.1.1-1.rockspec
luarocks --local install openmwluadocumentor-0.1.1-1.src.rock
fi