Skip to content

Commit

Permalink
Merge pull request #50 from inpefess/update-examples
Browse files Browse the repository at this point in the history
Update examples
  • Loading branch information
inpefess committed Aug 30, 2022
2 parents 84e11cf + 33f66a2 commit 263d327
Show file tree
Hide file tree
Showing 7 changed files with 953 additions and 110 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN adduser --disabled-password \
--uid ${NB_UID} \
${NB_USER}
RUN apt-get update
RUN apt-get install -y python3-pip
RUN apt-get install -y python3-pip netcat
ENV HOME /home/${NB_USER}
ENV ISABELLE_BIN /home/isabelle/Isabelle/bin/
ENV PATH=${HOME}/.local/bin/:${ISABELLE_BIN}:${PATH}
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

sys.path.insert(0, os.path.abspath("../.."))
project = "isabelle-client"
version = "0.3.7"
version = "0.3.8"
copyright = "2021-2022, Boris Shminke"
author = "Boris Shminke"
extensions = ["sphinx.ext.autodoc", "sphinx.ext.coverage"]
Expand Down

0 comments on commit 263d327

Please sign in to comment.