Skip to content

Commit

Permalink
Merge pull request #7012 from markotoplak/doc-visual-programming-subm…
Browse files Browse the repository at this point in the history
…odule

[MNT] doc/visual-programming as git submodule
  • Loading branch information
janezd authored Feb 7, 2025
2 parents c72c463 + 4670d39 commit 7be875f
Show file tree
Hide file tree
Showing 584 changed files with 12 additions and 6,215 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
submodules: 'true'

- name: Set up QEMU
if: runner.os == 'Linux'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
fetch-depth: '2'

- name: Setup Python
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "doc/visual-programming"]
path = doc/visual-programming
url = https://github.com/biolab/orange3-doc-visual-programming.git
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ build:
tools:
python: "3.10"

submodules:
include: all

sphinx:
# Path to the shared conf.py file.
configuration: doc/conf.py
Expand Down
1 change: 1 addition & 0 deletions doc/visual-programming
Submodule visual-programming added at 5118f0
192 changes: 0 additions & 192 deletions doc/visual-programming/Makefile

This file was deleted.

Loading

0 comments on commit 7be875f

Please sign in to comment.