summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
blob: 61f42e305986c841145fcc398056b3d10be83a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-FileCopyrightText: 2021 Anuket contributors
#
# SPDX-License-Identifier: Apache-2.0

""" for docs
"""

# pylint: disable=import-error
# flake8: noqa
from docs_conf.conf import *
copyright = '2021, Anuket. Licensed under CC BY 4.0'