From 815d9f94713aefaa81deb55e4a370e8b9ed462c8 Mon Sep 17 00:00:00 2001 From: Jonatas Souza Date: Thu, 14 Dec 2023 00:47:16 -0300 Subject: [PATCH 1/6] add read the docs file --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..ea428f7 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1 @@ +version: 2 \ No newline at end of file From d09e53f59aad07804a6024ffc9cf44d7f57c0437 Mon Sep 17 00:00:00 2001 From: 2amjsouza <142612126+2amjsouza@users.noreply.github.com> Date: Thu, 14 Dec 2023 00:56:04 -0300 Subject: [PATCH 2/6] Update .readthedocs.yaml --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ea428f7..f052ba0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1 +1,6 @@ -version: 2 \ No newline at end of file +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" From 92cb82cc5b73648f541d208a92fc27ca2ce547a2 Mon Sep 17 00:00:00 2001 From: 2amjsouza <142612126+2amjsouza@users.noreply.github.com> Date: Thu, 14 Dec 2023 01:01:57 -0300 Subject: [PATCH 3/6] Update .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f052ba0..e806a2c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,4 +3,4 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.12" From 6164cbf6596ee692a9467c4844f5f2368a401313 Mon Sep 17 00:00:00 2001 From: Jonatas Souza Date: Thu, 14 Dec 2023 01:26:56 -0300 Subject: [PATCH 4/6] add mkdocs.yml --- .readthedocs.yaml | 2 ++ mkdocs.yml | 0 2 files changed, 2 insertions(+) create mode 100644 mkdocs.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e806a2c..84d8ab6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,3 +4,5 @@ build: os: ubuntu-22.04 tools: python: "3.12" +mkdocs: + configuration: mkdocs.yml \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..e69de29 From 702e99e7a37272c462d3efbf03aea62f17c255c9 Mon Sep 17 00:00:00 2001 From: 2amjsouza <142612126+2amjsouza@users.noreply.github.com> Date: Thu, 14 Dec 2023 01:45:37 -0300 Subject: [PATCH 5/6] Update mkdocs.yml --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index e69de29..5a10f0b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -0,0 +1,3 @@ +site_name: QrCode Library +repo_url: https://github.com/2amigos/qrcode-library +edit_uri: docs/ From e768d4c16706ed4e2f73db163a8a6862c664b980 Mon Sep 17 00:00:00 2001 From: 2amjsouza <142612126+2amjsouza@users.noreply.github.com> Date: Thu, 14 Dec 2023 01:49:45 -0300 Subject: [PATCH 6/6] Update mkdocs.yml --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5a10f0b..f50ce07 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,3 +1,3 @@ site_name: QrCode Library repo_url: https://github.com/2amigos/qrcode-library -edit_uri: docs/ +edit_uri: docs/master/