Commit 2af04fdb authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

.readthedocs.yaml: fix Read the Docs build issue

fix container, Python version, path to sphinx' conf.py and add all
required packages
parent 472a42b9
...@@ -3,6 +3,16 @@ version: 2 ...@@ -3,6 +3,16 @@ version: 2
submodules: submodules:
exclude: all exclude: all
build:
os: ubuntu-22.04
tools:
python: "3.10"
apt_packages:
- graphviz
sphinx:
configuration: doc/conf.py
python: python:
install: install:
- requirements: doc/requirements.txt - requirements: doc/requirements.txt
breathe breathe
sphinx-rtd-theme
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