Skip to content

Commit 8359d88

Browse files
committed
Set openmwluadocumentor version for luadoc generation in 0.48
1 parent 0a593c4 commit 8359d88

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
parse_cmake
22
sphinx==1.8.5
33
docutils==0.17.1
4+
jinja2==3.0.0

docs/source/generate_luadoc.sh

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ if [ -f /.dockerenv ]; then
4444
cd ~
4545
git clone https://gitlab.com/ptmikheev/openmw-luadocumentor.git
4646
cd openmw-luadocumentor/luarocks
47+
git checkout 156b1ad3597c739e51f537afe08d8d7ad1e95671
4748
luarocks --local pack openmwluadocumentor-0.1.1-1.rockspec
4849
luarocks --local install openmwluadocumentor-0.1.1-1.src.rock
4950
fi

0 commit comments

Comments
 (0)