From 20fd3c0ae27e5f3f364a60f7a94e7ed2483a5200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=9E=A5=EC=A3=BC?= Date: Thu, 16 Oct 2025 21:40:49 +0900 Subject: [PATCH] docs: switch Sphinx to MIT-licensed alabaster theme; remove GPL assets from docs build --- .gitignore | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2996d79..4c06c44 100644 --- a/.gitignore +++ b/.gitignore @@ -75,4 +75,4 @@ Thumbs.db # Demo outputs (직접 추가) *.csv *.parquet -*._SUCCESS \ No newline at end of file +*._SUCCESSdocs/build/ diff --git a/docs/source/conf.py b/docs/source/conf.py index 8192199..9580519 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -43,7 +43,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'sphinx_rtd_theme' +html_theme = 'alabaster' html_static_path = ['_static'] # -- Options for autodoc ----------------------------------------------------