diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e800d4add7..8cc32bd066 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,15 +20,9 @@ build: python: "mambaforge-22.9" commands: - - "mamba env create --file conda-environment-dev.yml" + - "mamba env create --file conda-environment-dev.yml --force" - "mamba run --name mxcubecore poetry install --only=docs,main" - - "mamba run --name mxcubecore poetry run sphinx-build -T -E -b html -c ./docs/ ./docs/source/ ${READTHEDOCS_OUTPUT}/html/" - -# `conda.environment` is probably not used, since we use custom commands only, -# but it seems to be required (wrongly) by ReadTheDocs config file validation. -# https://github.com/readthedocs/readthedocs.org/pull/10979#issuecomment-1896036953 -conda: - environment: "conda-environment-dev.yml" + - "mamba run --name mxcubecore sphinx-build -T -E -b html -c ./docs/ ./docs/source/ ${READTHEDOCS_OUTPUT}/html/" ... # EOF diff --git a/pyproject.toml b/pyproject.toml index 7f62874eab..2dd7064286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mxcubecore" -version = "1.68.0" +version = "1.69.0" license = "LGPL-3.0-or-later" description = "Core libraries for the MXCuBE application" authors = ["The MXCuBE collaboration "]