-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various small fixes to the docs (#1261)
- Loading branch information
Showing
20 changed files
with
80 additions
and
36 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 |
---|---|---|
|
@@ -34,33 +34,19 @@ jobs: | |
MOZ_HEADLESS: 1 | ||
DISPLAY: ":99.0" | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: holoviz-dev/holoviz_tasks/[email protected] | ||
with: | ||
fetch-depth: "100" | ||
- uses: conda-incubator/setup-miniconda@v2 | ||
with: | ||
mamba-version: "*" | ||
channels: pyviz/label/dev,conda-forge | ||
- name: Fetch unshallow | ||
run: git fetch --prune --tags --unshallow -f | ||
name: Documentation | ||
python-version: "3.11" | ||
channels: pyviz,conda-forge,nodefaults | ||
envs: "-o doc -o examples" | ||
cache: true | ||
conda-update: true | ||
- name: Set and echo git ref | ||
id: vars | ||
run: | | ||
echo "Deploying from ref ${GITHUB_REF#refs/*/}" | ||
echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT | ||
- name: conda setup | ||
run: | | ||
conda config --remove channels defaults | ||
conda create -n test-environment python=3.8 pyctdev | ||
- name: doit develop_install | ||
run: | | ||
conda activate test-environment | ||
conda list | ||
doit develop_install -o doc -o examples --conda-mode=mamba | ||
- name: doit env_capture | ||
run: | | ||
conda activate test-environment | ||
doit env_capture | ||
- name: bokeh sampledata | ||
run: | | ||
conda activate test-environment | ||
|
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
File renamed without changes
File renamed without changes
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.