Skip to content

Commit

Permalink
Add CI setup to install ramble for use in docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Mar 13, 2024
1 parent 9413be1 commit 5e3b193
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ jobs:
- name: Install Sphinx and Theme via Pip
run: |
pip install -r .github/workflows/requirements/docs.txt
# create a dummy workspace to get a working ramble
bin/benchpark workspace setup saxpy/openmp nosite-x86 /tmp/workspace
# this is gross and we should better setup ramble for people or make it a Spack package
pip install -r /tmp/workspace/ramble/requirements.txt
- name: Build with sphinx
run: |
sphinx-build docs/ _build
# make html WORKSPACE_PATH=/tmp/workspace
- name: Check for Typos using Codespell
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
sphinx==7.2.6
sphinx-rtd-theme==2.0.0
codespell==2.2.6
pandas==2.2.0

0 comments on commit 5e3b193

Please sign in to comment.