From c926e6773a86fb0e74c325837e12639e9f69f010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Fri, 5 Apr 2024 12:09:46 +0200 Subject: [PATCH] minor change to docs added --- .gitignore | 2 ++ .readthedocs.yaml | 12 ++++++++++++ LICENSE | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yaml diff --git a/.gitignore b/.gitignore index 003f6b9..8a87afa 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ dist *.c __bootstrap__.* venv/ +.venv/ + diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..152e35f --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.9" +python: + install: + - Cython + - mako + - satella +sphinx: + configuration: docs/conf.py diff --git a/LICENSE b/LICENSE index 308aeb4..e662483 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2021 SMOK sp. z o. o. +Copyright (c) 2020-2024 SMOK sp. z o. o. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal -- GitLab