Skip to content

Commit

Permalink
Fix doc build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimbuddy committed Jun 20, 2024
1 parent da515f9 commit 5c53c3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions airflow/providers/fab/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,22 @@ config:
auth_rate_limited:
description: |
Boolean for enabling rate limiting on authentication endpoints.
version_added: 1.0.0
version_added: 1.0.2
type: boolean
example: ~
default: "True"
auth_rate_limit:
description: |
Rate limit for authentication endpoints.
version_added: 2.6.0
version_added: 1.0.2
type: string
example: ~
default: "5 per 40 second"
update_fab_perms:
description: |
Update FAB permissions and sync security manager roles
on webserver startup
version_added: 1.10.7
version_added: 1.0.2
type: string
example: ~
default: "True"
Expand Down
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,7 @@ def get_configs_and_deprecations(
deprecated_options[deprecated_section][deprecated_key] = section, key, since_version

if package_name == "apache-airflow":
configs = retrieve_configuration_description(
include_providers=True, selected_provider="apache-airflow-providers-fab"
)
configs = retrieve_configuration_description(include_providers=False)
else:
configs = retrieve_configuration_description(
include_airflow=False, include_providers=True, selected_provider=package_name
Expand Down

0 comments on commit 5c53c3a

Please sign in to comment.