Skip to content

Commit

Permalink
* Updated readthedocs config to install doxygen and graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
jredmondson committed Dec 22, 2023
1 parent 2e8435f commit b8f9412
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
apt_packages:
- doxygen
- graphviz

tools:
python: "3.12"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import subprocess
subprocess.call('cd .. ; doxygen', shell=True)

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit b8f9412

Please sign in to comment.