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

remove satella

parent 2208cb99
No related branches found
No related tags found
No related merge requests found
Pipeline #61308 failed with stages
in 2 minutes and 22 seconds
...@@ -2,6 +2,16 @@ stages: ...@@ -2,6 +2,16 @@ stages:
- test - test
- build - build
pages:
stage: build
script:
- cd docs
- make html
- cd ..
- mv docs/_build/html public
artifacts:
paths:
- public
.test: .test:
stage: test stage: test
......
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python:
install:
- requirements: requirements.txt
sphinx:
configuration: docs/conf.py
...@@ -10,6 +10,8 @@ snakehouse ...@@ -10,6 +10,8 @@ snakehouse
[![Documentation Status](https://readthedocs.org/projects/snakehouse/badge/?version=latest)](http://snakehouse.readthedocs.io/en/latest/?badge=latest) [![Documentation Status](https://readthedocs.org/projects/snakehouse/badge/?version=latest)](http://snakehouse.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/pypi/l/snakehouse)](https://github.com/smok-serwis/snakehouse) [![License](https://img.shields.io/pypi/l/snakehouse)](https://github.com/smok-serwis/snakehouse)
Docs are [here](https://smokserwis.docs.smok.co/snakehouse.
**IMPORTANT!** **IMPORTANT!**
Since for now we've lost our PyPI access, please install the packages in a following way: Since for now we've lost our PyPI access, please install the packages in a following way:
......
...@@ -11,8 +11,8 @@ author_email = pmaslanka@smok.co ...@@ -11,8 +11,8 @@ author_email = pmaslanka@smok.co
description = Utilities for packing multiple pyx files into a single Cython extension description = Utilities for packing multiple pyx files into a single Cython extension
url = https://github.com/smok-serwis/snakehouse url = https://github.com/smok-serwis/snakehouse
project_urls = project_urls =
Code = https://github.com/smok-serwis/snakehouse Code = https://git.dms-serwis.com.pl/smokserwis/snakehouse
Issue tracker = https://github.com/smok-serwis/snakehouse/issues Issue tracker = https://git.dms-serwis.com.pl/smokserwis/snakehouse/-/issues
classifier = classifier =
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.5
......
...@@ -5,6 +5,7 @@ snakehouse. ...@@ -5,6 +5,7 @@ snakehouse.
""" """
import typing as tp import typing as tp
import os import os
import re
def _has_separator(path: str) -> bool: def _has_separator(path: str) -> bool:
......
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