File tree Expand file tree Collapse file tree
docs/source/reference/_autoapi/docbuild/cli/cmd_config/environment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ docbuild.cli.cmd_config.environment
55
66 .. autoapi-nested-parse ::
77
8- CLI interface to showsthe configuration of the environment files.
8+ CLI interface to shows the configuration of the environment files.
99
1010
1111
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def _setup_console() -> None:
6666 help = (
6767 "Enable debug mode. "
6868 "This will show more information about the process and the config files. "
69- "If available, read the environment variable ' DOCBUILD_DEBUG' ."
69+ "If available, read the environment variable `` DOCBUILD_DEBUG`` ."
7070 ),
7171)
7272@click .option (
Original file line number Diff line number Diff line change 1- """CLI interface to showsthe configuration of the environment files."""
1+ """CLI interface to shows the configuration of the environment files."""
22
33import click
44from rich import print_json
You can’t perform that action at this time.
0 commit comments