Skip to content

Commit 9d09355

Browse files
committed
doc: install pandoc and update pypandoc dependency in documentation requirements
1 parent 2612e98 commit 9d09355

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
uses: astral-sh/setup-uv@v6
4545
with:
4646
enable-cache: true
47+
- name: Install pandoc
48+
run: sudo apt-get install -y pandoc
4749
- name: Install doc build requirements
4850
run: |
4951
uv venv .build-env

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ docs = [
3333
"numpydoc>=1.5",
3434
"sphinx-copybutton>=0.5",
3535
"nbsphinx>=0.9",
36-
"pypandoc-binary>=1.17",
36+
"pypandoc>=1.17",
3737
"ipykernel>=7",
3838
"matplotlib>=3.8",
3939
]

0 commit comments

Comments
 (0)