# ksphinx **Repository Path**: kuankuan2007/ksphinx ## Basic Information - **Project Name**: ksphinx - **Description**: 在kuankuan2007的项目中使用的sphinx自定义html主题 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-11 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KSphinx KSphinx is a Sphinx html theme used by kuankuan's other projects. ## Installation ```bash pip install ksphinx ``` ## Usage ```python # conf.py html_theme = 'ksphinx' ``` ## Advantages - There is a switch between light and dark themes (supporting the following system) - Supports menu folding and allows you to decide based on the page width ## Open Source The paackage is open source under [MulanPSL-2.0 license](./LICENSE)