Skip to content

Commit f50c1c5

Browse files
authored
Merge pull request #81 from luavela/resurrect-read-the-docs
Add .readthedocs.yaml
2 parents 218538e + 94725a3 commit f50c1c5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.readthedocs.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Read the Docs configuration file for Sphinx projects.
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details.
3+
# Copyright (C) 2020-2025 LuaVela Authors. See Copyright Notice in COPYRIGHT
4+
# Copyright (C) 2015-2020 IPONWEB Ltd. See Copyright Notice in COPYRIGHT
5+
6+
# The version of the ReadTheDocs config file.
7+
version: 2
8+
9+
# Set the OS, Python version and other tools being required.
10+
build:
11+
os: ubuntu-22.04
12+
tools:
13+
python: "3.13"
14+
15+
# Build documentation in the "docs/" directory with Sphinx.
16+
sphinx:
17+
configuration: docs/conf.py
18+
19+
# Optional but recommended: declare the Python requirements, required to build
20+
# your documentation.
21+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html.
22+
python:
23+
install:
24+
- requirements: .github/bootstrap/docs-requirements.txt

0 commit comments

Comments
 (0)