diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e3a7ebf71..7b6a1f5cf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,6 +15,7 @@ build: python: "3.10" apt_packages: - plantuml + - librsvg2-bin jobs: post_create_environment: - pip install poetry=="1.3.2" diff --git a/docs/conf.py b/docs/conf.py index 345f53bea..1549032ab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ extensions = [ "myst_parser", "sphinx.ext.autosectionlabel", "sphinxcontrib.plantuml", - "sphinxcontrib.inkscapeconverter", + "sphinxcontrib.rsvgconverter", ] # Add any paths that contain templates here, relative to this directory.