{"library":"shibuya","title":"Shibuya Sphinx Theme","description":"A clean, responsive, and customizable Sphinx documentation theme with light/dark mode. Current version 2026.1.9, requires Python >=3.10. Active development with frequent releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install shibuya"],"cli":null},"imports":["html_theme = 'shibuya'  # in conf.py"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# In your Sphinx conf.py\nimport os\n\nhtml_theme = 'shibuya'\nhtml_theme_options = {\n    'accent_color': 'blue',\n    'light_logo': 'logo-light.png',\n    'dark_logo': 'logo-dark.png',\n}\n","lang":"python","description":"Configure Shibuya as your Sphinx documentation theme.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}