Adding upstream version 2.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1d36de0179
commit
757b718eff
129 changed files with 16110 additions and 0 deletions
33
.readthedocs.yaml
Normal file
33
.readthedocs.yaml
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Copyright (c) 2022, Dell Inc. or its subsidiaries. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# See the LICENSE file for details.
|
||||
#
|
||||
# This file is part of NVMe STorage Appliance Services (nvme-stas).
|
||||
#
|
||||
# Authors: Martin Belanger <Martin.Belanger@dell.com>
|
||||
#
|
||||
|
||||
version: 2
|
||||
|
||||
python:
|
||||
system_packages: true
|
||||
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3"
|
||||
apt_packages:
|
||||
- meson
|
||||
- python3-lxml
|
||||
- docbook-xsl
|
||||
- xsltproc
|
||||
- pandoc
|
||||
jobs:
|
||||
post_install:
|
||||
- pip3 install lxml
|
||||
pre_build:
|
||||
- meson .build -Dreadthedocs=true || cat .build/meson-logs/meson-log.txt
|
||||
- ninja -C .build
|
||||
|
||||
sphinx:
|
||||
configuration: .build/doc/readthedocs/conf.py
|
Loading…
Add table
Add a link
Reference in a new issue