conf.py#

1# Default settings
2project = 'Test Builds'
3extensions = [
4    'sphinx_autorun',
5]
6
7
8# Include all your settings here
9html_theme = 'furo'