Skip to content

Commit

Permalink
Install packages in readthedocs worker
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Jul 26, 2023
1 parent d895d52 commit e931ca2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,25 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: 3
apt_packages:
- cmake
- g++
- make
- pybind11-dev
- python3-dev
- python3-numpy
- python3-requests

jobs:
pre_build:
- pwd
- whoami
- sudo whoami

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

sphinx:
builder: html
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
breathe
matplotlib

0 comments on commit e931ca2

Please sign in to comment.