Skip to content

Commit

Permalink
fix(ci): add RTD config file (#97)
Browse files Browse the repository at this point in the history
Closes #96
  • Loading branch information
jeertmans authored Jun 12, 2024
1 parent e58147d commit 1cf7ca4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: '3.11'
apt_packages:
- freeglut3-dev
- xvfb
- x11-utils
jobs:
post_system_dependencies:
- nohup Xvfb $DISPLAY -screen 0 1400x900x24 -dpi 96 +extension RANDR +render &
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true
python:
install:
- method: pip
path: .
- requirements: docs/docs_requirements.txt

0 comments on commit 1cf7ca4

Please sign in to comment.