Skip to content

Commit

Permalink
🚑 fix documentation job
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Aug 5, 2022
1 parent 7b6cf59 commit b0422f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/mkdocs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0422f8

Please sign in to comment.