-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .readthedocs.yml to version 2
- Loading branch information
1 parent
2f989fe
commit 9cbf890
Showing
1 changed file
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
# SPDX-License-Identifier: MPL-2.0 | ||
|
||
# Default [] (epub, pdf, htmlzip) | ||
# Note: PDF/epub/htmlzip output is not supported when using MkDocs | ||
formats: [] | ||
version: 2 | ||
|
||
requirements_file: docs/requirements.txt | ||
# Note: PDF/epub/htmlzip output is not supported when using MkDocs | ||
formats: | ||
- htmlzip | ||
- epub | ||
|
||
build: | ||
image: latest | ||
|
||
python: | ||
version: 3.7 | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.11" | ||
|
||
sphinx: | ||
builder: html | ||
configuration: conf.py | ||
fail_on_warning: true | ||
configuration: docs/source/conf.py | ||
fail_on_warning: false | ||
|
||
python: | ||
install: | ||
- requirements: docs/requirements.txt | ||
|
||
# see: https://docs.readthedocs.io/en/stable/config-file/v2.html#supported-settings |