From acd5aa19e360fa01a654bcc103c17e8413ad7af5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Wiewi=C3=B3rka?= <marek.wiewiorka@gmail.com>
Date: Tue, 17 Dec 2024 19:47:15 +0100
Subject: [PATCH] Fixing readthedocs theme (#29)

---
 Cargo.toml     | 2 +-
 mkdocs.yml     | 2 +-
 pyproject.toml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 40d1ba4..3ad5fdf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polars_bio"
-version = "0.2.8"
+version = "0.2.9"
 edition = "2021"
 
 [lib]
diff --git a/mkdocs.yml b/mkdocs.yml
index 201f4de..d211949 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -15,7 +15,7 @@ plugins:
         options:
           docstring_style: google
 theme:
-  name: material
+  name: mkdocs
   features:
     - content.code.copy
     - content.code.select
diff --git a/pyproject.toml b/pyproject.toml
index cf09676..fa0e35a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
 
 [project]
 name = "polars-bio"
-version = "0.2.8"
+version = "0.2.9"
 description = "Blazing fast genomic operations on large Python dataframes"
 authors = []
 requires-python = ">=3.9"