Skip to content

Commit

Permalink
Fix issues building docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
owo committed Mar 17, 2023
1 parent 0aa6781 commit 4c9d768
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
version: 2

build:
os: ubuntu-22.04
apt_packages:
- cmake
- libboost-dev
tools:
python: "3.7"

sphinx:
configuration: docs/source/conf.py

python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down

0 comments on commit 4c9d768

Please sign in to comment.