Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions _templates/footer.html

This file was deleted.

7 changes: 4 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

# pylint: disable=C0103,W0622
# pylint: disable=C0103

import sys
import os
import importlib
from datetime import datetime

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -54,15 +55,15 @@

# The encoding of source files.
#source_encoding = 'utf-8-sig'
copyright = '© Copyright 1995-2024'
author = 'Texas Instruments Incorporated'
project_copyright = f"1995-{datetime.now().year} {author}, CC-BY-SA-4.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down