summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-14 16:41:49 -0400
committerJulian Berman <Julian@GrayVines.com>2023-03-14 16:41:51 -0400
commit31f7a443173b90da9b6a5aac9488ab73c55b2851 (patch)
tree175b59e593713803c59b90c29b49097740b5ad45
parentbbf7542b6f51e4f1ea7f3abe1427b309027710ed (diff)
downloadjsonschema-31f7a443173b90da9b6a5aac9488ab73c55b2851.tar.gz
Take 3 on fixing RTD PDF Builds.
Let's try combining advice from: https://github.com/ImageMagick/ImageMagick/discussions/2033#discussioncomment-16094 https://github.com/readthedocs/readthedocs-docker-images/issues/155#issuecomment-1020655379
-rw-r--r--.readthedocs.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 5750166..c6beebe 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,5 +1,11 @@
version: 2
+build:
+ apt_packages:
+ - inkscape
+ tools:
+ python: "3.11"
+
sphinx:
builder: dirhtml
configuration: docs/conf.py
@@ -8,8 +14,5 @@ sphinx:
formats: all
python:
- version: 3.8
install:
- requirements: docs/requirements.txt
- - method: pip
- path: .