Skip to content

Instantly share code, notes, and snippets.

@F2g-git
F2g-git / ReadMe.md
Last active April 2, 2026 21:38
Sphinx + furo Star Wars Theme inspired by XKCD *vibecoded*

The whole thing is completly vibe coded in 2 hours. I am no web developer. Many things dont work properly, for example mermaid graphs dont look as sharp. Put the files in _static/ in your doc/ folder and add the following to your conf.py:

html_static_path = ['_static']

html_css_files = [
    'starwars.css',
]