Skip to content

Commit

Permalink
Merge branch 'master' into update-al
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored Aug 4, 2023
2 parents a1ee673 + 89dbe05 commit 14c99ea
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Read the Docs configuration file for MkDocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

Check warning on line 4 in .readthedocs.yaml

View workflow job for this annotation

GitHub Actions / build

4:1 [document-start] missing document start "---"

Check warning on line 4 in .readthedocs.yaml

View workflow job for this annotation

GitHub Actions / build

4:1 [document-start] missing document start "---"

build:
os: 'ubuntu-22.04'
tools:
python: '2.7'
jobs:
pre_build:
- 'sed -i "s/__VERSION__/${READTHEDOCS_VERSION}/g" docs/*.md'

mkdocs:
configuration: 'mkdocs.yml'
python:
install:
- requirements: 'docs/requirements.txt'
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdocs==1.0.4
15 changes: 0 additions & 15 deletions setup.py

This file was deleted.

0 comments on commit 14c99ea

Please sign in to comment.