From acb0ff8e86b71812333ec7c9ead4e7d91e1a0b56 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Sun, 29 Oct 2023 06:31:32 +0100 Subject: [PATCH] Fixed linter --- docs/rtd_environment.yml | 6 +++--- readthedocs.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/rtd_environment.yml b/docs/rtd_environment.yml index 114c292d0..54fb700ca 100644 --- a/docs/rtd_environment.yml +++ b/docs/rtd_environment.yml @@ -1,8 +1,8 @@ name: xtensor-docs channels: - - conda-forge +- conda-forge dependencies: - - breathe - - sphinx_rtd_theme +- breathe +- sphinx_rtd_theme diff --git a/readthedocs.yml b/readthedocs.yml index 6cc465c9b..f21130321 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,9 +1,9 @@ version: 2 build: - os: "ubuntu-22.04" + os: ubuntu-22.04 tools: - python: "mambaforge-22.9" + python: mambaforge-22.9 conda: environment: docs/rtd_environment.yml