diff --git a/.readthedocs.yml b/.readthedocs.yml index 8b77f690a1..6ff5f2422d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,2 +1,10 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + python: version: 3 + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000000..1835d8107d --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinxcontrib-svg2pdfconverter