Skip to content
Snippets Groups Projects
Unverified Commit e6e23291 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

docs fixed

parent 6d06ca38
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,6 @@ build: ...@@ -5,8 +5,6 @@ build:
python: "3.9" python: "3.9"
python: python:
install: install:
- Cython - requirements: requirements.txt
- mako
- satella
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py
snakehouse snakehouse
========== ==========
[![Build Status](https://travis-ci.com/smok-serwis/snakehouse.svg)](https://travis-ci.com/smok-serwis/snakehouse) ![Build status](https://github.com/smok-serwis/snakehouse/actions/workflows/ci.yml/badge.svg)
[![Code Climate](https://codeclimate.com/github/smok-serwis/snakehouse/badges/gpa.svg)](https://codeclimate.com/github/smok-serwis/snakehouse) [![Code Climate](https://codeclimate.com/github/smok-serwis/snakehouse/badges/gpa.svg)](https://codeclimate.com/github/smok-serwis/snakehouse)
[![Issue Count](https://codeclimate.com/github/smok-serwis/snakehouse/badges/issue_count.svg)](https://codeclimate.com/github/smok-serwis/snakehouse) [![Issue Count](https://codeclimate.com/github/smok-serwis/snakehouse/badges/issue_count.svg)](https://codeclimate.com/github/smok-serwis/snakehouse)
[![PyPI](https://img.shields.io/pypi/pyversions/snakehouse.svg)](https://pypi.python.org/pypi/snakehouse) [![PyPI](https://img.shields.io/pypi/pyversions/snakehouse.svg)](https://pypi.python.org/pypi/snakehouse)
...@@ -15,7 +15,7 @@ into a single extension. ...@@ -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). 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). both Windows and [Linux](https://travis-ci.org/github/smok-serwis/snakehouse).
It doesn't work on PyPy due to lack of It doesn't work on PyPy due to lack of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment