Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28c22cc

Browse files
committed
add read the docs config file
1 parent 909697c commit 28c22cc

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.12"
7+
8+
# Build from the docs/ directory with Sphinx
9+
sphinx:
10+
configuration: docs/source/conf.py
11+
12+
# Explicitly set the version of Python and its requirements
13+
python:
14+
install:
15+
- requirements: docs/source/requirements.txt

docs/source/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sphinx==7.2.6
2+
sphinx_rtd_theme==2.0.0
3+
readthedocs-sphinx-search==0.3.2

0 commit comments

Comments
 (0)