Skip to content
Snippets Groups Projects
Commit be597b08 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues Committed by Patrick Koppenburg
Browse files

Fix docs yet again while updating some CI dependencies

parent 54cdb2ea
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!976Fix docs yet again while updating some CI dependencies
......@@ -18,7 +18,7 @@ variables:
TARGET_BRANCH: master
# Parameters for downloading nightlies and building DaVinci
BINARY_TAG: x86_64_v2-centos7-gcc11-opt
LCG_VERSION: 101
LCG_VERSION: 103
NO_LBLOGIN: "1" # prevent lbdocker containers to start LbLogin/LbEnv
LB_NIGHTLY_SLOT: lhcb-master
......@@ -31,7 +31,7 @@ check-copyright:
pre-commit-checks:
stage: check
image: registry.cern.ch/docker.io/library/python:3.9
image: registry.cern.ch/docker.io/library/python:3.10
variables:
PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit
cache:
......
......@@ -47,7 +47,7 @@ class Options(DefaultOptions):
evt_pre_filters: Optional[dict[str, str]] = None
metainfo_additional_tags: Optional[list] = []
@root_validator(pre=False)
@root_validator(pre=False, skip_on_failure=True)
def _stream_default(cls, values):
"""
This is a validator that sets the default "stream" value based on "input_process"
......@@ -71,7 +71,7 @@ class Options(DefaultOptions):
return values
@root_validator(pre=False)
@root_validator(pre=False, skip_on_failure=True)
def validate_input_output(cls, values):
"""
Validator for the consistency of the input process
......
# FIXME sphinx >=3.4.0 crashes on ConfigurableUser classes (ApplicationOptions)
# since it considers dict __slots__ as name: docstring and for us the value
# means default value... https://github.com/sphinx-doc/sphinx/pull/8546
sphinx~=4.0
sphinx_rtd_theme==1.0.0
sphinx
sphinx_rtd_theme
gitpython
autodoc_pydantic~=1.7
sphinx-autoapi
# Temporary pin urllib3 to circumvent compatibility issues, see e.g. https://gitlab.cern.ch/lhcb/Moore/-/issues/567
urllib3<=2.0
autodoc_pydantic
sphinx-autoapi~=3.0
urllib3~=1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment