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
16 changes: 3 additions & 13 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@

# -- Tag file loader ------------------------------------------------------

# Defaults
exclude_patterns = []

FAMILY = os.environ.get("DEVFAMILY", "")
OS = os.environ.get("OS", "")
try:
Expand All @@ -277,6 +274,9 @@
# Family Configuration file to use
family_config_inputfile = f"{FAMILY}/{FAMILY}_{OS}_config.txt"

# Set document exclusion list from the tocfiles
exclude_patterns = sectinc.generate_exclude_patterns(family_tocfiles)

# Hash table for Replacement Variables and Config Values
family_replacevars, family_configvals = interpretvalues.read_familyvals(family_config_inputfile)

Expand All @@ -299,16 +299,6 @@ def setup(app):
print("family_configvals = ")
print(family_configvals)

# Determine which sections need to be excluded
sectinc.find_all_rst_files(app, exclude_patterns)
sectinc.fill_docs_to_keep(app, family_tocfiles, 0)
sectinc.set_excluded_docs(app, exclude_patterns)
print(FAMILY + " exclude_patterns is:")
print('[')
for elem in exclude_patterns:
print(elem)
print(']')

# Load family config values into application context
for key, value in family_configvals.items():
app.add_config_value(key, value, 'env')
Expand Down
4 changes: 0 additions & 4 deletions configs/AM335X/AM335X_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/AM335X/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X/rtos', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7_Family', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
4 changes: 0 additions & 4 deletions configs/AM437X/AM437X_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/AM437X/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM437X/rtos', 'devices/AM335X', 'devices/AM64X', 'devices/AM65X', 'devices/J7_Family', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
4 changes: 0 additions & 4 deletions configs/AM57X/AM57X_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/AM57X/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM57X/rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7_Family', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
7 changes: 0 additions & 7 deletions configs/AM62AX/AM62AX_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,5 @@
# The master toctree document.
master_doc = 'devices/AM62AX/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM62Ax RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['android', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7_Family', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
7 changes: 0 additions & 7 deletions configs/AM62LX/AM62LX_buildroot_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM62LX/buildroot/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM62x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['android', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM62PX', 'devices/AM65X', 'devices/J7_Family', 'devices/J721E', 'devices/J7200', 'devices/J721S2', 'devices/J784S4', 'devices/DRA821A', 'devices/AM62AX', 'linux', 'debian']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'buildroot'

Expand Down
7 changes: 0 additions & 7 deletions configs/AM62LX/AM62LX_debian_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM62LX/debian/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM62x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['android', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM62X', 'devices/AM65X', 'devices/J7_Family', 'devices/J721E', 'devices/J7200', 'devices/J721S2', 'devices/J784S4', 'devices/DRA821A', 'devices/AM62AX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'debian'

Expand Down
7 changes: 0 additions & 7 deletions configs/AM62LX/AM62LX_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM62LX/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM62x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['android', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7_Family', 'devices/DRA821A', 'devices/AM62AX','devices/AM62PX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'

Expand Down
8 changes: 0 additions & 8 deletions configs/AM62PX/AM62PX_android_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM62PX/android/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM62x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7_Family', 'devices/J721E', 'devices/J7200', 'devices/J721S2', 'devices/DRA821A']
#exclude_patterns = ['devices/AM62X']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'android'

Expand Down
7 changes: 0 additions & 7 deletions configs/AM62PX/AM62PX_debian_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM62PX/debian/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM62x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['android', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM62X', 'devices/AM65X', 'devices/J7_Family', 'devices/J721E', 'devices/J7200', 'devices/J721S2', 'devices/J784S4', 'devices/DRA821A', 'devices/AM62AX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'debian'

Expand Down
7 changes: 0 additions & 7 deletions configs/AM62PX/AM62PX_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM62PX/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM62x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['android', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7_Family', 'devices/DRA821A', 'devices/AM62AX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'

Expand Down
8 changes: 0 additions & 8 deletions configs/AM62X/AM62X_android_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM62X/android/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM62x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7_Family', 'devices/J721E', 'devices/J7200', 'devices/J721S2', 'devices/DRA821A']
#exclude_patterns = ['devices/AM62X']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'android'

Expand Down
7 changes: 0 additions & 7 deletions configs/AM62X/AM62X_buildroot_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM62X/buildroot/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM62x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['android', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM62PX', 'devices/AM65X', 'devices/J7_Family', 'devices/J721E', 'devices/J7200', 'devices/J721S2', 'devices/J784S4', 'devices/DRA821A', 'devices/AM62AX' , 'devices/AM62LX','linux', 'debian']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'buildroot'

Expand Down
7 changes: 0 additions & 7 deletions configs/AM62X/AM62X_debian_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM62X/debian/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM62x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['android', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM62PX', 'devices/AM65X', 'devices/J7_Family', 'devices/J721E', 'devices/J7200', 'devices/J721S2', 'devices/J784S4', 'devices/DRA821A', 'devices/AM62AX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'debian'

Expand Down
7 changes: 0 additions & 7 deletions configs/AM62X/AM62X_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM62X/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM62x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['android', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7_Family', 'devices/DRA821A', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'

Expand Down
7 changes: 0 additions & 7 deletions configs/AM64X/AM64X_debian_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM64X/debian/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM64x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['android', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM62X', 'devices/AM62PX', 'devices/AM65X', 'devices/J7_Family', 'devices/J721E', 'devices/J7200', 'devices/J721S2', 'devices/J784S4', 'devices/DRA821A', 'devices/AM62AX', 'devices/AM62LX', 'linux']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'debian'

Expand Down
7 changes: 0 additions & 7 deletions configs/AM64X/AM64X_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# The master toctree document.
master_doc = 'devices/AM64X/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# AM64x RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['android', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM65X', 'devices/J7_Family', 'devices/DRA821A' , 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'

Expand Down
4 changes: 0 additions & 4 deletions configs/AM65X/AM65X_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/AM65X/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/J7_Family', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
4 changes: 0 additions & 4 deletions configs/AM67/AM67_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/J7_Family/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
7 changes: 0 additions & 7 deletions configs/AM67A/AM67A_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# The master toctree document.
master_doc = 'devices/J7_Family/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# J722S RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7200', 'devices/J721E', 'devices/J784S4', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'

Expand Down
4 changes: 0 additions & 4 deletions configs/AM68/AM68_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/J7_Family/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
4 changes: 0 additions & 4 deletions configs/AM68A/AM68A_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/J7_Family/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7200', 'devices/J721E', 'devices/J784S4', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
4 changes: 0 additions & 4 deletions configs/AM69/AM69_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/J7_Family/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
4 changes: 0 additions & 4 deletions configs/AM69A/AM69A_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/J7_Family/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7200', 'devices/J721S2', 'devices/J721E', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
4 changes: 0 additions & 4 deletions configs/CORESDK/CORESDK_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
# The master toctree document.
master_doc = 'linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'devices']

# Output file base name for HTML help builder.
htmlhelp_basename = 'ProcessorSDKLinuxdoc'

Expand Down
4 changes: 0 additions & 4 deletions configs/DRA821A/DRA821A_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/DRA821A/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7_Family', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
4 changes: 0 additions & 4 deletions configs/GEN/GEN_android_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
# The master toctree document.
master_doc = 'android/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'linux', 'devices']

# Output file base name for HTML help builder.
htmlhelp_basename = 'ProcessorSDKAndroiddoc'

Expand Down
4 changes: 0 additions & 4 deletions configs/GEN/GEN_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
# The master toctree document.
master_doc = 'linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'devices']

# Output file base name for HTML help builder.
htmlhelp_basename = 'ProcessorSDKLinuxdoc'

Expand Down
4 changes: 0 additions & 4 deletions configs/J7200/J7200_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/J7_Family/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
4 changes: 0 additions & 4 deletions configs/J721E/J721E_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/J7_Family/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
4 changes: 0 additions & 4 deletions configs/J721S2/J721S2_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# The master toctree document.
master_doc = 'devices/J7_Family/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX', 'devices/AM62PX', 'devices/AM62LX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'
Loading