diff --git a/.readthedocs.yml b/.readthedocs.yml index d8fb742..23938b4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,7 @@ build: python: "3.12" sphinx: configuration: docs/conf.py -formats: all +formats: [] python: install: - requirements: docs/requirements.txt diff --git a/docs/conf.py b/docs/conf.py index bfd2d3c..75d63f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,7 +5,6 @@ extensions = [ "sphinx.ext.autodoc", "sphinx.ext.napoleon", - "sphinx.ext.imgconverter", "myst_parser", ] autodoc_typehints = "description"