Skip to content

Commit 2603e34

Browse files
authored
[FIX] We don't need sample_page and it breaks documentation generation, part 2 (#70)
1 parent 5d7a78c commit 2603e34

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ repo_name: "Quantum Evolution Kernel"
44

55
nav:
66
- Overview: index.md
7-
- Sample page: sample_page.md
87

98
theme:
109
name: material

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "quantum-evolution-kernel"
77
description = "A Python library designed for the machine learning community to help users design quantum-driven similarity metrics for graphs and to use them inside kernel-based machine learning algorithms for graph data.ide the right environment to explore new ideas - both in terms of methodologies and data domain - while always interacting with a simple and intuitive QPU interface."
88
readme = "README.md"
9-
version = "0.2.0"
9+
version = "0.2.4"
1010
requires-python = ">=3.10,<3.13"
1111
license = { text = "MIT-derived" }
1212
keywords = ["quantum"]

0 commit comments

Comments
 (0)