-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update doc dependencies, use furo theme (#2507)
- Loading branch information
Showing
50 changed files
with
436 additions
and
446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ jobs: | |
- name: 🏗 Setup Python | ||
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
- name: 🏗 Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v4 | ||
with: | ||
|
@@ -126,7 +126,7 @@ jobs: | |
- name: 🏗 Setup Python | ||
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
python-version: ${{ matrix.python-version }} | ||
- name: ⤵️ Install Node Dependencies | ||
run: make npm-ci | ||
|
@@ -167,7 +167,7 @@ jobs: | |
- name: 🏗 Setup Python | ||
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
python-version: '3.10' | ||
- name: ⤵️ Install Ubuntu Dependencies | ||
run: | | ||
|
@@ -206,7 +206,7 @@ jobs: | |
- name: 🏗 Setup Python | ||
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
python-version: ${{ matrix.python-version }} | ||
- name: ⤵️ Install Node Dependencies | ||
run: make npm-install | ||
|
@@ -239,7 +239,7 @@ jobs: | |
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-install: false | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
# Remove apt repos that are known to break from time to time | ||
# See https://github.com/actions/virtual-environments/issues/323 | ||
- name: Remove broken apt repos (ubuntu) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-install: false | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
python-version: ${{ matrix.python-version }} | ||
# Remove apt repos that are known to break from time to time | ||
# See https://github.com/actions/virtual-environments/issues/323 | ||
|
@@ -81,7 +81,7 @@ jobs: | |
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-install: false | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
python-version: ${{ matrix.python-version }} | ||
# Remove apt repos that are known to break from time to time | ||
# See https://github.com/actions/virtual-environments/issues/323 | ||
|
@@ -130,7 +130,7 @@ jobs: | |
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-install: false | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
python-version: ${{ matrix.python-version }} | ||
- name: 🏗 Setup Node | ||
uses: actions/setup-node@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
- name: 🏗 Setup Python | ||
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
python-version: ${{ matrix.python-version }} | ||
# Remove apt repos that are known to break from time to time | ||
# See https://github.com/actions/virtual-environments/issues/323 | ||
|
@@ -74,7 +74,7 @@ jobs: | |
- name: 🏗 Setup Python | ||
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
python-version: ${{ matrix.python-version }} | ||
# Remove apt repos that are known to break from time to time | ||
# See https://github.com/actions/virtual-environments/issues/323 | ||
|
@@ -116,7 +116,7 @@ jobs: | |
- name: 🏗 Setup Python | ||
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
python-version: ${{ matrix.python-version }} | ||
- name: 🏗 Setup Node | ||
uses: actions/setup-node@v4 | ||
|
@@ -204,7 +204,7 @@ jobs: | |
- name: 🏗 Setup Python | ||
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
# Remove apt repos that are known to break from time to time | ||
# See https://github.com/actions/virtual-environments/issues/323 | ||
- name: Remove broken apt repos (ubuntu) | ||
|
@@ -238,7 +238,7 @@ jobs: | |
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-install: false | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
- name: 🚀 Publish Distribution 📦 to PyPI | ||
env: | ||
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.pypi_password }} | ||
|
@@ -294,7 +294,7 @@ jobs: | |
- name: 🏗 Setup Python | ||
uses: finleyfamily/[email protected] | ||
with: | ||
poetry-plugins: poetry-dynamic-versioning | ||
poetry-plugins: poetry-dynamic-versioning[plugin] | ||
- name: 🏗 Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// open external links in new tabs | ||
$(document).ready(function () { | ||
$('a.external').attr('target', '_blank'); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.