Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verify_config (0.19 sec)

  1. scripts/docs.py

        config = get_updated_config_content()
        en_config_path.write_text(
            yaml.dump(config, sort_keys=False, width=200, allow_unicode=True),
            encoding="utf-8",
        )
    
    
    @app.command()
    def verify_config() -> None:
        """
        Verify main mkdocs.yml content to make sure it uses the latest language names.
        """
        typer.echo("Verifying mkdocs.yml")
        config = get_en_config()
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Jan 22 19:26:14 GMT 2024
    - 10.9K bytes
    - Viewed (1)
Back to top