vtk-m/.readthedocs.yaml
Vicente Adolfo Bolea Sanchez ad9523d78a docs: add docs/requirements.txt
2023-10-20 16:04:09 -04:00

32 lines
744 B
YAML

##=============================================================================
##
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
##=============================================================================
# Required
version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
sphinx:
configuration: docs/users-guide/conf.py
formats:
- pdf
- epub
python:
install:
- requirements: docs/requirements.txt