From f62e55be15db06eda36d007314a82fd1a99c4250 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Fri, 5 May 2023 18:54:32 -0700 Subject: [PATCH] Update .readthedocs.yml (#354) * Update .readthedocs.yml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .readthedocs.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e773382ba..3d93cb5ad 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,24 @@ # Copyright 2021-2023 Axel Huebl # -# This file is part of ImpactX. +# This file is part of ImpactX # # License: BSD-3-Clause-LBNL -requirements_file: docs/requirements.txt +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/source/conf.py + +python: + install: + - requirements: docs/requirements.txt formats: + - htmlzip +# - pdf +# - epub