← GDG /

#123 gdtest_attribution_off

#123 gdtest_attribution_off OK CONFIG
Attribution disabled: footer should NOT contain 'Site created with Great Docs' text.
Attribution disabled via attribution: false. Footer should contain author text but NOT the 'Site created with Great Docs' line.
View Site → Build Log ๐Ÿงช Test Coverage

Build Mode

● Has great-docs.yml

This package ships a pre-supplied config. The great-docs init step is skipped and great-docs build uses the spec-defined configuration directly. Tests specific config options and their rendered output.

Dimensions

K14 K49
K14multiple authorsconfig
K49attribution: falseconfig

Source Files

๐Ÿ“ gdtest_attribution_off/
๐Ÿ“„ __init__.py
"""Attribution off test package."""
๐Ÿ“„ core.py
"""Core functions."""


def greet(name: str) -> str:
    """Greet someone by name.

    Parameters
    ----------
    name : str
        The name to greet.

    Returns
    -------
    str
        A greeting string.
    """
    return f"Hello, {name}!"
๐Ÿ“„ great-docs.yml
attribution: false
authors:
  - name: Test Author