Skip to content

Commit

Permalink
fixup! fixup! Merge pull request ornladios#3737 from vicentebolea/fix…
Browse files Browse the repository at this point in the history
…-evpath-plugins-path
  • Loading branch information
vicentebolea committed Aug 7, 2023
1 parent 49283cd commit 7fb94c6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
12 changes: 11 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@ channels:
- conda-forge

dependencies:
- adios2
- cmake
- numpy
- breathe==4.33.0
- docutils==0.17
- python
- sphinx=4
- pip
- pip:
- blockdiag==3.0.0
- sphinxcontrib-blockdiag==3.0.0
- sphinx_rtd_theme==1.0.0
14 changes: 9 additions & 5 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ version: 2
conda:
environment: docs/environment.yml

python:
version: 3.8
install:
- requirements: docs/requirements.txt

build:
os: "ubuntu-22.04"
tools:
python: "3.10"
jobs:
pre_install:
- cmake -B build -S .
- cmake --build build
- cmake --install build
formats:
- pdf
- epub

0 comments on commit 7fb94c6

Please sign in to comment.