Skip to content

Commit 1106e0a

Browse files
Merge remote-tracking branch 'skeleton/main' into fix-doc-builds
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
2 parents 7bc0782 + c76dff4 commit 1106e0a

File tree

5 files changed

+382
-164
lines changed

5 files changed

+382
-164
lines changed
File renamed without changes.

.github/workflows/ci-docs.yml renamed to .github/workflows/docs-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
run: chmod +x ./docs/scripts/doc8_style_check.sh
2525

2626
- name: Install Dependencies
27-
working-directory: ./docs
28-
run: pip install -r requirements.txt
27+
run: pip install -e .[docs]
2928

3029
- name: Check Sphinx Documentation build minimally
3130
working-directory: ./docs
32-
run: sphinx-build -E source build
31+
run: sphinx-build -E -W source build
3332

3433
- name: Check for documentation style errors
3534
working-directory: ./docs
3635
run: ./scripts/doc8_style_check.sh
3736

37+

docs/skeleton-usage.rst

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

0 commit comments

Comments
 (0)