]> git.agnieray.net Git - galette.git/blob - galette/docs/source/conf.py
Bump version
[galette.git] / galette / docs / source / conf.py
1 # Configuration file for the Sphinx documentation builder.
2 #
3 # This file only contains a selection of the most common options. For a full
4 # list see the documentation:
5 # https://www.sphinx-doc.org/en/master/usage/configuration.html
6
7 # -- Path setup --------------------------------------------------------------
8
9 import subprocess
10 subprocess.call('doxygen', shell=True)
11
12 # -- Project information -----------------------------------------------------
13
14 project = 'Galette API'
15 copyright = '2004-2023, The Galette Team'
16 author = 'Johan Cwiklinski'
17
18 # The full version, including alpha/beta/rc tags
19 release = '1.0.0'
20
21
22 # -- General configuration ---------------------------------------------------
23
24 root_doc = 'contents'
25 html_extra_path = ['../apidocs/html']