From d4907970228668fa71d17d21a7356408cbe3e618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk> Date: Sat, 24 Sep 2022 20:11:42 +0100 Subject: [PATCH] docs(versions): bump docs version --- docs/.readthedocs.yaml | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 5cca771f..fea79048 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.7" + python: "3.8" # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/docs/requirements.txt b/docs/requirements.txt index e2957e20..f8c1e1e4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ numpydoc>=1.3.1 -aliby>=0.1.25 +aliby>=0.1.43 myst-parser sphinx-autodoc-typehints -- GitLab