Skip to content

Commit

Permalink
Tweak to try and get inheritance diagrams working again (#133)
Browse files Browse the repository at this point in the history
* Tweak to try and get inheritance diagrams working again

* Review tweaks

---------

Co-authored-by: James Leedham <[email protected]>
  • Loading branch information
JamesALeedham and James Leedham authored Dec 27, 2023
1 parent 66c7722 commit 73c10ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"
apt_packages:
- graphviz

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -24,6 +26,6 @@ sphinx:
# - pdf

# Optionally set the version of Python and requirements required to build your docs
#python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
doxygen
graphviz

0 comments on commit 73c10ef

Please sign in to comment.