Skip to content

Commit

Permalink
Merge branch 'master' into add_release_notes_sdk_10.01
Browse files Browse the repository at this point in the history
  • Loading branch information
uditkumarti authored Nov 21, 2024
2 parents 91b1ad1 + 10e48e9 commit fceab92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 28 deletions.
25 changes: 0 additions & 25 deletions _templates/footer.html

This file was deleted.

16 changes: 13 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 Expand Up @@ -192,6 +193,15 @@
# implements a search results scorer. If empty, the default will be used.
html_search_scorer = ''

# Read the Docs specific parameters for the "Edit on GitHub" button
html_context = {
"display_github": True,
"github_user": "texasinstruments",
"github_repo": "processor-sdk-doc",
"github_version": "master",
"conf_py_path": "/source/",
}

# -- Options for LaTeX output ---------------------------------------------

latex_elements = {
Expand Down

0 comments on commit fceab92

Please sign in to comment.