Skip to content

Commit

Permalink
- install pip packages from conda environment.
Browse files Browse the repository at this point in the history
- explicit the corese-core-documentation environment.
  • Loading branch information
ErwanDemairy committed Oct 17, 2024
1 parent 98dbf49 commit 4c53cc8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
- name: Install dependencies
run: |
source /builds/miniconda3/etc/profile.d/conda.sh
conda env update -f conda-env/corese-core-documentation.yml
conda activate corese-core-documentation
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
- name: Build Sphinx documentation with multiversion
run: |
Expand Down
19 changes: 19 additions & 0 deletions conda-env/corese-core-documentation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: corese-core-documentation
channels:
- conda-forge
dependencies:
- pip
- pip:
- sphinx>=7.1.2
- pydata_sphinx_theme>=0.14.4
- babel>=2.9
- packaging>=21.0
- docutils<0.21,>=0.18.1
- Jinja2>=3.0
- sphinx-design==0.5.0
- myst-parser==2.0.0
- sphinxcontrib-mermaid==0.9.2
- breathe==4.35.0
- exhale==0.3.7
- sphinx-copybutton>=0.5.0
- sphinx-multiversion>=0.2.4

0 comments on commit 4c53cc8

Please sign in to comment.