Coverage for tsfpga/examples/conf.py: 0%

7 statements  

« prev     ^ index     » next       coverage.py v7.5.1, created at 2024-05-07 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# -------------------------------------------------------------------------------------------------- 

8 

9""" 

10Configuration file for the Sphinx documentation builder. 

11For building documentation of the example modules. 

12""" 

13 

14project = "tsfpga example modules" 

15copyright = "Lukas Vik" 

16author = "Lukas Vik" 

17 

18extensions = [ 

19 "sphinx_rtd_theme", 

20 "symbolator_sphinx", 

21] 

22 

23symbolator_output_format = "png" 

24 

25html_theme = "sphinx_rtd_theme"