Skip to content

Commit 8eca338

Browse files
committed
chore: Update Read the Docs
1 parent 8efda5e commit 8eca338

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Read the Docs configuration file for MkDocs projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: 'ubuntu-22.04'
8+
tools:
9+
python: '3.11'
10+
commands:
11+
- 'sed -i "s/__VERSION__/${READTHEDOCS_VERSION}/g" docs/*.md'
12+
13+
mkdocs:
14+
configuration: 'mkdocs.yml'
15+
python:
16+
install:
17+
- requirements: 'docs/requirements.txt'

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs==1.0.4

setup.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)