Skip to content

Commit

Permalink
Create .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 authored Jan 15, 2025
1 parent 4c50ad3 commit 17d2ee7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

sphinx:
configuration: docs/wiki/conf.py

build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
- install:
- apt-get update && apt-get install -y doxygen
# - pip install -r docs/wiki/requirements.txt
- build

0 comments on commit 17d2ee7

Please sign in to comment.