-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I1423, fixing style name problem on RTFD builds (#1424)
* skyfield_data updated * default name for generic styles * use same name as in tests * section moved * next step raising on wrong class * ignore HS|VS_GenericStyle * log IndexError * propper name for the workflow * flake8 * name clarified * syntax fix
- Loading branch information
1 parent
56b0d9a
commit baa5932
Showing
6 changed files
with
51 additions
and
9 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Build Gallery | ||
|
||
on: pull_request | ||
|
||
jobs: | ||
Test-MSS-docs: | ||
runs-on: ubuntu-latest | ||
|
||
defaults: | ||
run: | ||
shell: bash | ||
|
||
container: | ||
image: openmss/mss-test:latest | ||
|
||
steps: | ||
- name: Trust My Directory | ||
run: git config --global --add safe.directory /__w/MSS/MSS | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Create gallery | ||
timeout-minutes: 25 | ||
run: | | ||
source /opt/conda/bin/activate mssenv \ | ||
&& cd $GITHUB_WORKSPACE/docs \ | ||
&& python conf.py |
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ Components | |
:maxdepth: 3 | ||
|
||
usage | ||
deployment | ||
mswms | ||
mscolab | ||
tutorials | ||
|
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