From 225a700d10d9b11be9ae08b22fb0d7af416ab9cb Mon Sep 17 00:00:00 2001 From: cclecle Date: Fri, 29 Sep 2023 23:51:03 +0100 Subject: [PATCH] fix: switch to pypi version of chacha-cicd-helper --- mkdocs.yml | 6 +++--- pyproject.toml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index a40920c..10f02d6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -68,7 +68,7 @@ plugins: verbose: false exclude_pages: - LICENSE - output_path: C:\Users\chacha\git\pychangelogfactory\helpers-results\doc_gen\site\pdf\manual.pdf + output_path: C:\Users\chacha\git\pychangelogfactory\helpers-results\cl_doc_gen\site\pdf\manual.pdf markdown_extensions: - def_list - tables @@ -115,8 +115,8 @@ markdown_extensions: - footnotes - pymdownx.superfences - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg + emoji_index: !!python/name:materialx.emoji.twemoji '' + emoji_generator: !!python/name:materialx.emoji.to_svg '' extra: branch: master repository: pychangelogfactory diff --git a/pyproject.toml b/pyproject.toml index 0108d11..5e5f1bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,12 +55,12 @@ Documentation = "https://chacha.ddns.net/mkdocs-web/chacha/pychangelogfactory/ Tracker = "https://chacha.ddns.net/gitea/chacha/pychangelogfactory/issues" [project.optional-dependencies] -test = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] -coverage-check = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] -complexity-check = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] -quality-check = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] -type-check = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] -doc-gen = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] +test = ["chacha_cicd_helper"] +coverage-check = ["chacha_cicd_helper"] +complexity-check = ["chacha_cicd_helper"] +quality-check = ["chacha_cicd_helper"] +type-check = ["chacha_cicd_helper"] +doc-gen = ["chacha_cicd_helper"] #[project.scripts] #my-script = "my_package.module:function"