File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments