From f962f5e101a672e6dd73ec972d2badb240745711 Mon Sep 17 00:00:00 2001 From: Severin Diederichs Date: Sat, 6 May 2023 21:56:08 +0200 Subject: [PATCH] add config file for readthedocs --- .readthedocs.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000000..dd1d1467a9 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,26 @@ +# Copyright 2023 +# +# This file is part of HiPACE++. +# +# Authors: Axel Huebl, Severin Diederichs +# +# License: BSD-3-Clause-LBNL + +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