From f07de59893b2363b0a7d3890d588ae5acc2d3d39 Mon Sep 17 00:00:00 2001 From: "Kostis (Codefresh)" <39800303+kostis-codefresh@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:33:41 +0300 Subject: [PATCH] docs: Added readthedocs configuration (#1528) Signed-off-by: Kostis Kapelonis --- .readthedocs.yml | 7 +++++++ docs/requirements.txt | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 .readthedocs.yml create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000000..7b50ab9415 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,7 @@ +version: 2 +formats: all +mkdocs: + fail_on_warning: false +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000000..f3fda1b012 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,4 @@ +mkdocs==1.1.2 +mkdocs-material==7.1.7 +markdown_include==0.6.0 +pygments==2.7.4 \ No newline at end of file