Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 260 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 260 Bytes

sphinx-rtd-size

Sphinx extension for resizing your RTD theme

Usage

Install the package:

pip install sphinx-rtd-size

And in your conf.py:

    extensions = [
        ...
        'sphinx_rtd_size',
    ]
    
    sphinx_rtd_size_width = "90%"