Skip to content

Commit

Permalink
Update .readthedocs.yml (#354)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
ax3l and pre-commit-ci[bot] authored May 6, 2023
1 parent 4d56f1a commit f62e55b
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f62e55b

Please sign in to comment.