From 24a796e19fc8491c8564f746509106490884f494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sun, 15 Dec 2024 12:50:18 +0100 Subject: [PATCH] Make build stop complaining --- docs/conf.py | 3 ++- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c14db22..b0fd13a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ smartquotes_action = "qe" primary_domain = None highlight_language = "none" -language = None +language = "en" # -- Options for HTML output ------------------------------------------------- @@ -41,6 +41,7 @@ html_theme_options = { "description": supysonic.DESCRIPTION, "github_user": "spl0k", "github_repo": "supysonic", + "github_type": "star", } html_static_path = ["_static"] diff --git a/setup.cfg b/setup.cfg index d951e08..661c2d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,7 +61,7 @@ install_requires = watchdog >=0.8.0 zipstream-ng >=1.1.0, <2.0.0 -packages = find: +packages = find_namespace: include_package_data = true zip_safe = false