Coverage for tsfpga/examples/conf.py: 0%
6 statements
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-20 20:51 +0000
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-20 20:51 +0000
1# --------------------------------------------------------------------------------------------------
2# Copyright (c) Lukas Vik. All rights reserved.
3#
4# This file is part of the tsfpga project, a project platform for modern FPGA development.
5# https://tsfpga.com
6# https://github.com/tsfpga/tsfpga
7# --------------------------------------------------------------------------------------------------
9"""
10Configuration file for the Sphinx documentation builder.
11For building documentation of the example modules.
12"""
14project = "tsfpga example modules"
15copyright = "Lukas Vik"
16author = "Lukas Vik"
18extensions = [
19 "sphinx_rtd_theme",
20 "symbolator_sphinx",
21]
23symbolator_output_format = "png"
25html_theme = "sphinx_rtd_theme"