Commit 8fbdb670 authored by Sam Wu's avatar Sam Wu
Browse files

Use conda for ReadtheDocs env to get doxygen 1.9.8

Currently doxygen 1.9.1 causes seg fault
parent 8b7792ad
...@@ -16,3 +16,6 @@ build: ...@@ -16,3 +16,6 @@ build:
os: ubuntu-22.04 os: ubuntu-22.04
tools: tools:
python: "3.8" python: "3.8"
conda:
environment: docs/environment.yml
name: RTD
channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- doxygen=1.9.8
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment