From 4415bb55ff458def9dd73b7d609ec7d66716c8f0 Mon Sep 17 00:00:00 2001 From: jannfis Date: Tue, 4 Aug 2020 19:58:02 +0200 Subject: Add configuration for readthedocs.io --- .readthedocs.yml | 7 +++++++ docs/requirements.txt | 2 ++ mkdocs.yml | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yml create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..a4f6d73 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,7 @@ +version: 2 +formats: all +mkdocs: + fail_on_warning: false +python: + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..eafceb4 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ +mkdocs-material +pygments==2.4 diff --git a/mkdocs.yml b/mkdocs.yml index 6911698..05d296a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,4 +25,4 @@ nav: - Images: configuration/images.md - Container Registries: configuration/registries.md - Releases ⧉: https://github.com/argoproj-labs/argocd-image-updater/releases - - Roadmap ⧉: https://github.com/argoproj-labs/argocd-image-updater/milestones \ No newline at end of file + - Roadmap ⧉: https://github.com/argoproj-labs/argocd-image-updater/milestones -- cgit v1.2.3