# Copyright (C) 2022 Savoir-faire Linux Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # for a full list of Sphinx configuration options, see: # https://www.sphinx-doc.org/en/master/usage/configuration.html project = 'Jami' copyright = '2018-2022 Savoir-faire Linux Inc. and contributors' author = 'Savoir-faire Linux Inc. and contributors' extensions = [ ] templates_path = ['_templates'] exclude_patterns = ['_build'] html_theme = 'sphinx_rtd_theme' html_theme_options = { 'navigation_depth': 3, 'sticky_navigation': False, 'collapse_navigation': False, } # paths containing custom static files # (copied after the builtin static files, so a "default.css" # file there would overwrite the builtin "default.css") html_static_path = ['_static']