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