Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,27 @@ name: Android CI

on:
push:
branches: [ "main", "master" ]
branches: [ "main" ]
paths:
- 'app/**'
- 'gradle/**'
- 'build.gradle.kts'
- 'settings.gradle.kts'
- 'gradle.properties'
- 'gradlew'
- 'gradlew.bat'
- '.github/workflows/android.yml'
pull_request:
branches: [ "main", "master" ]
branches: [ "main" ]
paths:
- 'app/**'
- 'gradle/**'
- 'build.gradle.kts'
- 'settings.gradle.kts'
- 'gradle.properties'
- 'gradlew'
- 'gradlew.bat'
- '.github/workflows/android.yml'

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"

sphinx:
configuration: docs/source/conf.py
fail_on_warning: false
Empty file added docs/source/_static/.gitkeep
Empty file.
Empty file added docs/source/_templates/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
templates_path = ['_templates']
exclude_patterns = []

root_doc = 'index.rst'
root_doc = 'index'


# -- Options for HTML output -------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst → docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. ABComm documentation master file

===============================================
=================================================
ABComm - Advanced Bluetooth & Wi-Fi Relay Control
===============================================
=================================================

.. image:: https://raw.githubusercontent.com/electux/abcomm/main/docs/logo.svg
:align: right
Expand Down
20 changes: 0 additions & 20 deletions docs/source/index.rst.rst

This file was deleted.

Loading