Skip to main content

Sphinx extension to compile sass to css in running sphinx-build.

Project description

Overview

Sphinx extension to compile sass to css in running sphinx-build.

Install

pip install sphinxcontrib-sass

Usage

  1. Install from source

  2. Edit conf.py

    • Set sphinxcontrib.sass into extensions

    • Configure for sphinxcontrib.sass (see example)

  3. Run sphinx-build

Options

sass_src_dir

Root directory of SASS source files.

sass_out_dir

Root directory to output compiled css files.

sass_targets

File map of sources and outputs

sass_output_style

Output style to generate css by libsass.

sass_include_paths

Include path configuration for libsass.

Example

extensions = [
    "sphinxcontrib.sass",
]
html_css_files = ["css/custom.css"]

sass_src_dir = "_sass"
sass_out_dir = "_static/css"
sass_targets = {
 "custom.scss": "custom.css"
}

License

Apache 2.0. See it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinxcontrib-sass-0.3.4.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

sphinxcontrib_sass-0.3.4-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page