Getting Started¶
Configuration¶
In your project’s Sphinx conf.py file, set the theme to foundation
:
import sphinx_foundation_theme
html_theme = 'foundation'
html_theme_path = sphinx_foundation_theme.get_html_theme_path()
To modify its appearance, see the theme’s Customization documentation.