diff options
| author | jannfis <jann@mistrust.net> | 2020-08-04 19:58:02 +0200 |
|---|---|---|
| committer | jannfis <jann@mistrust.net> | 2020-08-04 19:58:02 +0200 |
| commit | 4415bb55ff458def9dd73b7d609ec7d66716c8f0 (patch) | |
| tree | 70e04df3b5c87f48b19cc1731fb793c7a5b95740 | |
| parent | bb184543e516f17c5801242645b5d77d0244c538 (diff) | |
Add configuration for readthedocs.io
| -rw-r--r-- | .readthedocs.yml | 7 | ||||
| -rw-r--r-- | docs/requirements.txt | 2 | ||||
| -rw-r--r-- | mkdocs.yml | 2 |
3 files changed, 10 insertions, 1 deletions
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 @@ -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 |
