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 diff --git a/README.md b/README.md index 06ebcf9..8c4df78 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) +[![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) # alice 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