branch develop updated (ebb5887a -> 556a7d1a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from ebb5887a Merge tag '3.2.4' into develop new 556a7d1a add header file The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 556a7d1aa5f2b84b947292346d5ed9dbedff4156 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 26 15:42:11 2018 +0200 add header file Summary of changes: .gitlab-ci.yml | 3 +++ mkdocs.yml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 556a7d1aa5f2b84b947292346d5ed9dbedff4156 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 26 15:42:11 2018 +0200 add header file --- .gitlab-ci.yml | 3 +++ mkdocs.yml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0669446d..b5974038 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,7 +148,10 @@ pages: - public before_script: + - python --version + - pip --version - pip install mkdocs + - mkdocs --version # (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes) - pip install mkdocs-material diff --git a/mkdocs.yml b/mkdocs.yml index 4bdef352..fa27f505 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,4 +26,5 @@ extra: markdown_extensions: - admonition - codehilite - - toc(permalink=true) + - toc: + permalink: True -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm