Tweak RTD to install svg2pdfconverter
This commit is contained in:
parent
00379dbb7e
commit
5f5e456e58
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
sphinxcontrib-svg2pdfconverter
|
Loading…
Reference in New Issue