summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-14 16:29:01 -0400
committerGitHub <noreply@github.com>2023-03-14 16:29:01 -0400
commitbbf7542b6f51e4f1ea7f3abe1427b309027710ed (patch)
tree8dbf05d1815c42a2df6c709ba2f7caec7d23761d
parenta1181735f1ac868d3006760678fa67045318a69d (diff)
parentb2276ad7c93ac5cd4b6f28eb83fe262d1fa48663 (diff)
downloadjsonschema-bbf7542b6f51e4f1ea7f3abe1427b309027710ed.tar.gz
Merge pull request #1055 from python-jsonschema/maybe-fix-pdf-builds
Maybe fix PDF builds (in ReadTheDocs).
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 6b1fd0a..5ebb183 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,6 +20,7 @@ extensions = [
"sphinx.ext.autosectionlabel",
"sphinx.ext.coverage",
"sphinx.ext.doctest",
+ "sphinx.ext.imgconverter",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",