The QuantEcon Book Theme#

An interactive book theme for Sphinx.

A lightweight Sphinx theme designed to mimic the look-and-feel of an interactive book. Key features:

Quick Start#

pip install quantecon-book-theme
# conf.py
html_theme = "quantecon_book_theme"

User Guide#

Everything you need to install, configure, and use the theme.

Developer Guide#

Contributing, architecture, testing, and release processes.

Reference#

Acknowledgements#

This theme is heavily inspired by (and dependent on) PyData Sphinx Theme for its base structure and configuration.