Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Fix 'make html' build failures #55

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 12, 2024

  1. Makefile: Python 3 requires parentheses for print()

    Building fails due to missing parentheses.
    
    Signed-off-by: Heinrich Schuchardt <[email protected]>
    xypron committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1a07619 View commit details
    Browse the repository at this point in the history
  2. source/conf.py: correct name for extension sphinx_jinja

    Use the current name of the sphinx_jinja extension to avoid build failures.
    
    Signed-off-by: Heinrich Schuchardt <[email protected]>
    xypron committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e892874 View commit details
    Browse the repository at this point in the history
  3. source/riscv-sphinx/layout.html: avoid undefined variable sphinx

    Avoid a build error
    
        sphinx.errors.ThemeError: An error happened in rendering the page getting-zephyr.
        Reason: UndefinedError("'style' is undefined")
    
    Signed-off-by: Heinrich Schuchardt <[email protected]>
    xypron committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    38790ff View commit details
    Browse the repository at this point in the history