forked from bit-team/backintime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.readthedocs.yaml
42 lines (39 loc) · 1.41 KB
/
.readthedocs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SPDX-FileCopyrightText: © 2016 Back In Time Team
#
# SPDX-License-Identifier: CC0-1.0
#
# This file is released under Creative Commons Zero 1.0 (CC0-1.0) and part of
# the program "Back In Time". The program as a whole is released under GNU
# General Public License v2 or any later version (GPL-2.0-or-later).
# See LICENSES directory or
# go to <https://spdx.org/licenses/CC0-1.0.html>
# and <https://spdx.org/licenses/GPL-2.0-or-later.html>.
#
# This is the configuration file for the Read the Docs service.
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details.
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3"
jobs:
# Workaround: See PR #1554 for details.
# When migrating to use a pyprojects.toml file switch from this
# workaround to the use of "python: install: extra_requirements..."
# See also: https://docs.readthedocs.io/en/stable/config-file/v2.html#packages
post_create_environment:
- python -m pip install sphinx_rtd_theme
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: common/doc-dev/conf.py
# fail_on_warning: true
# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - method: pip
# path: .
# extra_requirements:
# - foo