From e6e2329144c958604a5de12532040f8fe5995c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Tue, 9 Apr 2024 09:16:03 +0200 Subject: [PATCH] docs fixed --- .readthedocs.yaml | 4 +--- README.md | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 152e35f..3678d1a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,8 +5,6 @@ build: python: "3.9" python: install: - - Cython - - mako - - satella + - requirements: requirements.txt sphinx: configuration: docs/conf.py diff --git a/README.md b/README.md index 38c0811..44fd59c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ snakehouse ========== -[](https://travis-ci.com/smok-serwis/snakehouse) + [](https://codeclimate.com/github/smok-serwis/snakehouse) [](https://codeclimate.com/github/smok-serwis/snakehouse) [](https://pypi.python.org/pypi/snakehouse) @@ -15,7 +15,7 @@ into a single extension. Inspired by [this StackOverflow discussion](https://stackoverflow.com/questions/30157363/collapse-multiple-submodules-to-one-cython-extension). -Tested and works on CPython 3.5-3.9, +Tested and works on CPython 3.5-3.12, both Windows and [Linux](https://travis-ci.org/github/smok-serwis/snakehouse). It doesn't work on PyPy due to lack of -- GitLab