Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pull-request.yml build errors by addressing Sphinx warnings and adding missing label definition #508

Merged
merged 3 commits into from
Feb 21, 2025
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
2 changes: 0 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,10 @@
sys.stderr.write('Warning: sphinx_rtd_theme missing. Use pip to install it.\n')
else:
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_options = {
'canonical_url': '',
'analytics_id': 'GTM-M4BL5NF',
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'None',
# Toc options
'collapse_navigation': False,
Expand Down
2 changes: 1 addition & 1 deletion developer_guides/firmware/llext_modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Installation
************

As specified in
:ref:`Firmware look-up paths per Intel platform <intel_firmware_paths>`
:ref:`Firmware look-up paths per Intel platform <intel_modular_firmware_paths>`
the |SOF| Linux kernel driver loads SOF modules by their UUIDs,
specified in the topology. For SOF in-tree modules the process of creation and
installation of modules in a deployment tree is automated by the
Expand Down
Loading