summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-14 16:44:51 -0400
committerJulian Berman <Julian@GrayVines.com>2023-03-14 16:44:51 -0400
commit1c286a15d01bc31fa42e1d09fcd850ceda6d6129 (patch)
treeccaff723512a799ee27879204974981bc7c9af40 /.readthedocs.yaml
parent31f7a443173b90da9b6a5aac9488ab73c55b2851 (diff)
downloadjsonschema-1c286a15d01bc31fa42e1d09fcd850ceda6d6129.tar.gz
Try yet again??
No idea why RTD seems to say: Problem in your project's configuration. Invalid "build.tools.python": .readthedocs.yml: Invalid configuration option: build.tools.python. but let's hope it's some very very very specific hope that the file is called .yaml now??
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..3104388
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,19 @@
+version: 2
+
+build:
+ os: ubuntu-22.04
+ apt_packages:
+ - inkscape
+ tools:
+ python: "3.11"
+
+sphinx:
+ builder: dirhtml
+ configuration: docs/conf.py
+ fail_on_warning: true
+
+formats: all
+
+python:
+ install:
+ - requirements: docs/requirements.txt