Skip to content

Commit

Permalink
docs: add pandoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Jul 23, 2024
1 parent 6d13ab4 commit 09f15b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
python-version: 3.12
- name: "Test doc"
run: |
sudo apt-get install pandoc
python3 -m pip install --upgrade pip setuptools
pip install .[docs,recommended]
cd ./docs
Expand Down
4 changes: 4 additions & 0 deletions docs/community/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ npm run js-test

### Check that the documentation still builds

You'll need `pandoc`, see https://pandoc.org/installing.html
Then,

```sh
pip install .[docs]
cd docs
make clean html
```
Expand Down

0 comments on commit 09f15b7

Please sign in to comment.