Skip to content

Commit

Permalink
build docs with 3.12 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Sep 1, 2024
1 parent d92edcb commit 98ab365
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
on:
push:
branches:
- master
- main
workflow_dispatch:
inputs:
version:
description: Manual Doc Build Reason
default: test
required: false

jobs:
docs:
name: CI (${{ matrix.os }}-${{ matrix.environment-file }})
Expand All @@ -13,7 +19,7 @@
strategy:
matrix:
os: ['ubuntu-latest']
environment-file: [ci/39-latest.yaml]
environment-file: [ci/312-latest.yaml]
experimental: [false]
defaults:
run:
Expand Down
6 changes: 6 additions & 0 deletions ci/312-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ dependencies:
- scikit-learn>=0.17.1
- seaborn>=0.7.0
- statsmodels>=0.6.1
# for docs build action (this env only)
- nbsphinx
- numpydoc
- sphinx>=1.4.3
- sphinxcontrib-bibtex<2.0.0
- sphinx_bootstrap_theme
6 changes: 0 additions & 6 deletions ci/39-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ dependencies:
- scikit-learn>=0.17.1
- seaborn>=0.7.0
- statsmodels>=0.6.1
# for docs build action (this env only)
- nbsphinx
- numpydoc
- sphinx>=1.4.3
- sphinxcontrib-bibtex<2.0.0
- sphinx_bootstrap_theme

0 comments on commit 98ab365

Please sign in to comment.