diff --git a/docs/conf.py b/docs/conf.py index 4fe99f794..9853316bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -102,7 +102,7 @@ "*.md", "**/*.md", "auto_examples/**/index.md", - "auto_examples/**/*.md" + "auto_examples/**/*.md", ] # The master toctree document. @@ -189,7 +189,7 @@ "development_lifecycle", "extending", "productionizing", - "testing" + "testing", ] # intersphinx configuration diff --git a/docs/integrations/deprecated_integrations/index.md b/docs/integrations/deprecated_integrations/index.md index e79f5a721..ff5c12e2a 100644 --- a/docs/integrations/deprecated_integrations/index.md +++ b/docs/integrations/deprecated_integrations/index.md @@ -7,4 +7,4 @@ BigQuery plugin Databricks plugin Snowflake plugin -``` \ No newline at end of file +``` diff --git a/examples/bigquery_plugin/README.md b/examples/bigquery_plugin/README.md index 8f04cb414..69b84250f 100644 --- a/examples/bigquery_plugin/README.md +++ b/examples/bigquery_plugin/README.md @@ -9,4 +9,4 @@ This directory contains example code for the deprecated BigQuery plugin. For doc :hidden: bigquery_plugin_example -``` \ No newline at end of file +``` diff --git a/examples/databricks_plugin/README.md b/examples/databricks_plugin/README.md index b6c9f7b65..554c229d7 100644 --- a/examples/databricks_plugin/README.md +++ b/examples/databricks_plugin/README.md @@ -9,4 +9,4 @@ This directory contains example code for the deprecated Databricks plugin. For d :hidden: databricks_plugin_example -``` \ No newline at end of file +``` diff --git a/examples/snowflake_plugin/README.md b/examples/snowflake_plugin/README.md index 418866325..32e673411 100644 --- a/examples/snowflake_plugin/README.md +++ b/examples/snowflake_plugin/README.md @@ -7,4 +7,4 @@ This directory contains example code for the deprecated Snowflake plugin. For do :hidden: snowflake_plugin_example -``` \ No newline at end of file +```