swh:1:snp:f288640d24be409e385121e66b42a76f8feaf3ce
Tip revision: b2cb6accf6d9d0bba7b89ff9fd618d0d3d3fad69 authored by pre-commit-ci[bot] on 15 October 2024, 02:47:02 UTC
[pre-commit.ci] pyupgrade: v3.17.0 → v3.18.0 (#1278)
[pre-commit.ci] pyupgrade: v3.17.0 → v3.18.0 (#1278)
Tip revision: b2cb6ac
.readthedocs.yaml
# .readthedocs.yml
# Read the Docs configuration file
# 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.11"
# Build documentation in the docs/ directory with Sphinx
#sphinx:
# configuration: docs/conf.py
# Build documentation with MkDocs
mkdocs:
configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
# conda method does not work because of the "command killed due to excessive memory consumption" error
#python:
# install:
# - requirements: docs/requirements4rtd.txt