Fix: Use apt_packages for Doxygen installation in .readthedocs.yaml
This commit is contained in:
+2
-2
@@ -9,10 +9,10 @@ build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.9"
|
||||
apt_packages:
|
||||
- doxygen
|
||||
jobs:
|
||||
pre_build:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y doxygen
|
||||
- doxygen Doxyfile
|
||||
|
||||
# Build from the docs/ directory with Sphinx
|
||||
|
||||
Reference in New Issue
Block a user