Skip to content

Commit

Permalink
Docs: Disable the warnings.showdeprecations option
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Dec 12, 2023
1 parent fcf83fa commit 4adb06c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aiida/manage/configuration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ def load_documentation_profile():
'broker_virtual_host': '',
}
},
'options': {
'warnings.showdeprecations': False
}
}
config = {'default_profile': profile_name, 'profiles': {profile_name: profile_config}}
CONFIG = Config(handle.name, config)
Expand Down

0 comments on commit 4adb06c

Please sign in to comment.