🚑 fix documentation job

This commit is contained in:
Niels Lohmann 2022-08-05 23:09:55 +02:00
parent 7b6cf5918b
commit b0422f8013
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ publish: prepare_files
# install a Python virtual environment
install_venv: requirements.txt
python3 -mvenv venv
venv/bin/pip install --upgrade pip
venv/bin/pip install wheel
venv/bin/pip install -r requirements.txt

View File

@ -16,7 +16,7 @@ joblib==1.1.0
jsmin==3.0.1
livereload==2.6.3
lunr==0.6.2
Markdown==3.4.1
Markdown==3.3.0 # pinned due to version conflict with markdown-include and mkdocs
markdown-include==0.7.0
MarkupSafe==2.1.1
mergedeep==1.3.4