From 3034b2bf5346089c00bb6e895e055819f06cca38 Mon Sep 17 00:00:00 2001 From: wjrforcyber Date: Sun, 29 Sep 2024 10:06:19 +0800 Subject: [PATCH 1/4] Fix(Docs): Fix failed docs build Python version is too low. --- .readthedocs.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..ef9ed70 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,15 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +formats: [] + +build: + os: ubuntu-22.04 + tools: + python: "3.8" + +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file From ca95415f5c2f9188aa7399d22228ef0f27727fe7 Mon Sep 17 00:00:00 2001 From: wjrforcyber Date: Sun, 29 Sep 2024 10:22:03 +0800 Subject: [PATCH 2/4] Refactor(Docs): Add rtd theme --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index cd6467e..e2d1c53 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ breathe +sphinx_rtd_theme \ No newline at end of file From 7f54680f1d9efdf9362e7b113a2d5508cd1dad19 Mon Sep 17 00:00:00 2001 From: wjrforcyber Date: Mon, 30 Sep 2024 14:38:42 +0800 Subject: [PATCH 3/4] Refactor(Doc): Fix doc build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06ebcf9..6c09955 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.org/msoeken/alice.svg?branch=master)](https://travis-ci.org/msoeken/alice) [![Build Status](https://ci.appveyor.com/api/projects/status/qc2kuc85jaxqu5gh?svg=true)](https://ci.appveyor.com/project/msoeken/alice) -[![Documentation Status](https://readthedocs.org/projects/libalice/badge/?version=latest)](http://libalice.readthedocs.io/en/latest/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/alice-fix-doc-build/badge/?version=latest)](https://alice-fix-doc-build.readthedocs.io/en/latest/?badge=latest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) # alice From 9ccf29c467bfb575250add52e0fe128ad0e0249d Mon Sep 17 00:00:00 2001 From: wjrforcyber Date: Mon, 30 Sep 2024 17:29:48 +0800 Subject: [PATCH 4/4] Refactor(appveyor): Trigger the rebuild --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c09955..8c4df78 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/msoeken/alice.svg?branch=master)](https://travis-ci.org/msoeken/alice) -[![Build Status](https://ci.appveyor.com/api/projects/status/qc2kuc85jaxqu5gh?svg=true)](https://ci.appveyor.com/project/msoeken/alice) +[![Build status](https://ci.appveyor.com/api/projects/status/ltos6dl3bm80q43h?svg=true)](https://ci.appveyor.com/project/wjrforcyber/alice) [![Documentation Status](https://readthedocs.org/projects/alice-fix-doc-build/badge/?version=latest)](https://alice-fix-doc-build.readthedocs.io/en/latest/?badge=latest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)