Skip to content

Commit

Permalink
head rtd (#1181)
Browse files Browse the repository at this point in the history
* head rtd

* heal ub install test
  • Loading branch information
cyrush committed Oct 30, 2023
1 parent 499b0c2 commit 7a9533f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 33 deletions.
59 changes: 30 additions & 29 deletions .github/workflows/uberenv_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,43 @@ on:
jobs:
uberenv_install_ubuntu_latest:
name: Uberenv Install ubuntu-latest
container: alpinedav/ascent-ci:ubuntu-22.04-devel
runs-on: ubuntu-latest
steps:
- name: Install Deps
run: |
sudo apt-get update
sudo apt-get install binutils \
gcc \
g++ \
gfortran \
python3 \
perl \
git \
git-lfs \
curl \
wget \
tar \
unzip \
build-essential \
libncurses-dev \
libssl-dev \
libblas-dev \
liblapack-dev \
zlib1g-dev \
libgdbm-dev \
libreadline-dev \
libsqlite3-dev \
libbz2-dev \
mpich \
libmpich-dev \
libhdf5-dev
# - name: Install Deps
# run: |
# sudo apt-get update
# sudo apt-get install binutils \
# gcc \
# g++ \
# gfortran \
# python3 \
# perl \
# git \
# git-lfs \
# curl \
# wget \
# tar \
# unzip \
# build-essential \
# libncurses-dev \
# libssl-dev \
# libblas-dev \
# liblapack-dev \
# zlib1g-dev \
# libgdbm-dev \
# libreadline-dev \
# libsqlite3-dev \
# libbz2-dev \
# mpich \
# libmpich-dev \
# libhdf5-dev
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install
run: |
python3 scripts/uberenv/uberenv.py --install --prefix="build"
python3 scripts/uberenv/uberenv.py --install --prefix="build" --spack-config-dir=scripts/uberenv_configs/spack_configs/configs/alpinedav/ubuntu_18.04_devel/
7 changes: 4 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: src/docs/sphinx/conf.py
# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf
# Set requirements required to build your docs
python:
install:
- requirements: src/docs/sphinx/requirements.txt
5 changes: 4 additions & 1 deletion src/docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
docutils<0.18
docutils
sphinx==6.2.1
sphinx-rtd-theme==1.2.2

0 comments on commit 7a9533f

Please sign in to comment.