From 509aca90abd144e30d8341f0bc0eddeb9a569a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Tue, 24 Sep 2024 13:54:57 +0200 Subject: [PATCH] Fix documentation --- README.md | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f46e425..82278c4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![codecov](https://img.shields.io/codecov/c/gh/XXII-AI/lours?logo=codecov&color=cyan)](https://codecov.io/gh/XXII-AI/Lours) ![GitHub License](https://img.shields.io/github/license/XXII-AI/Lours?color=violet&logo=license) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/lours?logo=python) ![PyPI - Version](https://img.shields.io/pypi/v/lours?logo=pypi) ![PyPI - Downloads](https://img.shields.io/pypi/dm/lours?color=yellow) ![Read the Docs](https://img.shields.io/readthedocs/lours?logo=readthedocs&color=orange) -![logo lours](docs/_static/logo-title-readme.png) +![logo lours](https://github.com/XXII-AI/Lours/raw/main/docs/_static/logo-title-readme.png) Lours, the pandas companion diff --git a/docs/conf.py b/docs/conf.py index a306517..b7bed72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ html_logo = "_static/logo.png" # Define the json_url for our version switcher. -json_url = "https://lours.readthedocs.io/en/latest/_static/switcher.json" +json_url = "https://lours.readthedocs.io/latest/_static/switcher.json" # Define the version we use for matching in the version switcher. version_match = os.environ.get("READTHEDOCS_VERSION") diff --git a/pyproject.toml b/pyproject.toml index a40250a..1b24e75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lours" -version = "1.0.0" +version = "1.0.0.post0" description = "" authors = ["Lilian Glaudin ", "Clément Pinard ",