Skip to content

docs: updating to the new documentation and refactoring workflow #2496

docs: updating to the new documentation and refactoring workflow

docs: updating to the new documentation and refactoring workflow #2496

Workflow file for this run

name: github-DOCS
on:
pull_request:
branches:
- master
- develop
permissions:
contents: none
jobs:
docs-check:
runs-on: [macos-latest]
steps:
- name: checkout_kokkos_kernels
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: kokkos-kernels
- name: Install Dependencies
run: |
brew install doxygen
python3 -m venv .venv
. .venv/bin/activate
pip install -r kokkos-kernels/docs/build_requirements.txt
sphinx-build --version
doxygen --version
- name: build_kokkos_kernels_sphinx
run: |
. .venv/bin/activate
cd kokkos-kernels/docs
make