#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.
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