Files
Lexema-HRM/.readthedocs.yaml

23 lines
487 B
YAML
Raw Normal View History

2025-07-23 18:01:00 +05:00
# .readthedocs.yaml
2025-07-16 12:44:48 +05:00
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
build:
2025-07-23 18:01:00 +05:00
os: "ubuntu-22.04"
2025-07-16 12:44:48 +05:00
tools:
2025-07-23 18:01:00 +05:00
python: "3.8"
2025-07-23 17:48:38 +05:00
2025-07-23 18:01:00 +05:00
python:
install:
- requirements: mkdocs/requirements.txt
mkdocs:
configuration: mkdocs.yml
2025-07-16 12:44:48 +05:00
2025-07-23 18:01:00 +05:00
# Optionally set the version of Python and requirements required to build your docs
2025-07-23 17:48:38 +05:00
# python:
2025-07-23 18:01:00 +05:00
# version: "3.8"
2025-07-23 17:48:38 +05:00
# install:
2025-07-23 18:01:00 +05:00
# - requirements: mkdocs/requirements.txt