atsphinx.toybox.stlite

Note

Added by v2024.12.1

Overview

This it to embed Stlite content into your documents.

Usage

Enable extension

Add this into your conf.py of Sphinx.

conf.py
extensions = [
    "atsphinx.toybox.stlite",
]

Configuration

There are not configuration options.

Demo

If you want to see source, please jump to repo by button on top of page.

Refs