Skip to content

Commit

Permalink
doc: fix pip dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Apr 4, 2022
1 parent 0792118 commit c52ab1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
pip install --upgrade pip
pip install sphinx-markdown-builder sphinx-markdown-parser devito
pip install "sphinx==3.1.0"
pip install "sphinx==3.1.0" "MarkupSafe==2.0.1"

This comment has been minimized.

Copy link
@mloubout

mloubout Apr 4, 2022

Author Member
make clean
make markdown
mv _build/markdown/pysource.md ../../docs/src/pysource.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Julia Devito Inversion framework (JUDI)

[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://slimgroup.github.io/JUDI.jl)
[![Build Status ](https://github.com/slimgroup/JUDI.jl/workflows/CI-tests/badge.svg)](https://github.com/slimgroup/JUDI.jl/actions?query=workflow%3ACI-tests)
[![Build Status ](https://github.com/slimgroup/JUDI.jl/workflows/CI-tests/badge.svg)](https://github.com/slimgroup/JUDI.jl/actions/workflows/ci-op.yml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3878711.svg)](https://doi.org/10.5281/zenodo.3878711)
[![codecov](https://codecov.io/gh/slimgroup/JUDI.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/slimgroup/JUDI.jl)

Expand Down

1 comment on commit c52ab1f

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/57925

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.6.6 -m "<description of version>" c52ab1fe587cf13ac3a385cb5cfc5b3508d5b6d1
git push origin v2.6.6

Please sign in to comment.