vtk-m/.readthedocs.yaml

32 lines
744 B
YAML
Raw Normal View History

2023-10-20 18:31:40 +00:00
##=============================================================================
##
## 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.
##
##=============================================================================
2023-10-20 18:13:51 +00:00
# Required
version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
sphinx:
2023-10-20 20:00:25 +00:00
configuration: docs/users-guide/conf.py
2023-10-20 18:13:51 +00:00
2023-10-20 18:31:40 +00:00
formats:
2023-10-20 20:00:25 +00:00
- pdf
- epub
2023-10-20 18:13:51 +00:00
2023-10-20 20:00:25 +00:00
python:
install:
- requirements: docs/requirements.txt