Skip to content

Commit 872b2fa

Browse files
committed
fix: remove conda
1 parent ac19e89 commit 872b2fa

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ jobs:
9191
shell: bash -el {0}
9292
steps:
9393
- uses: actions/checkout@v4
94-
- uses: conda-incubator/setup-miniconda@v3
95-
with:
96-
environment-file: docs/environment.yml
94+
- name: Install pandoc
95+
run: sudo apt-get install -y pandoc
9796
- name: Sync
9897
run: uv sync --group docs
9998
- name: Build docs

.readthedocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "mambaforge-22.9"
6+
python: "3.12"
77
jobs:
88
post_install:
99
- uv sync --group docs
1010
build:
1111
html:
1212
- uv run -- sphinx-build -M html docs $READTHEDOCS_OUTPUT
13+
pdf:
14+
- uv run -- sphinx-build -M latexpdf docs $READTHEDOCS_OUTPUT
1315

1416
sphinx:
1517
configuration: docs/conf.py
1618

1719
formats:
1820
- pdf
1921
- htmlzip
20-
21-
conda:
22-
environment: docs/environment.yml

docs/environment.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)