From 02b2972e0f8e383a66daf9249c35b4b07a654409 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Mon, 5 Feb 2024 09:35:55 +0100 Subject: [PATCH 1/2] Update dev dependencies (#556) - bumpver~=2023.1129 - pgtest~=1.3 - pre-commit~=3.5 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index e10ba078a..97de33e0f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,9 +43,9 @@ zip_safe = False [options.extras_require] dev = - bumpver==2021.1114 - pgtest==1.3.1 - pre-commit==2.10.1 + bumpver~=2023.1129 + pgtest~=1.3 + pre-commit~=3.5 # NOTE: pytest-selenium currently incompatible with pytest>=7.2 # Maybe could be made to work by installing 'py' dependency, see: # https://docs.pytest.org/en/7.4.x/changelog.html#pytest-7-2-0-2022-10-23 From 21dfc5dae2d601d81822e2a68a66fd4a84cb0349 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Mon, 5 Feb 2024 09:38:39 +0100 Subject: [PATCH 2/2] Remove deprecated load_documentation_profile for doc build (#555) The `load_documentation_profile` is deprecated, now there is not need to build API doc with the AiiDA profile. --- docs/source/conf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 46706aaad..e0df0c735 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,12 +8,6 @@ import time from pathlib import Path -# Load the dummy profile to make sure the docs build succeed even if the current -# default profile of the AiiDA installation is not configured. -from aiida.manage.configuration import load_documentation_profile - -load_documentation_profile() - from aiidalab_widgets_base import __version__ # pylint: disable=wrong-import-position # Add any Sphinx extension module names here, as strings. They can be