diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8e972147..8038e1b0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,8 @@ build: python: install: - requirements: doc/requirements_doc.txt + - method: pip + path: . # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/doc/source/conf.py b/doc/source/conf.py index 3edb97f1..e5d037d0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,7 +55,7 @@ "sphinx_pyscript", "sphinx_tippy", "sphinx_togglebutton", - 'sphinx_tabs.tabs' + "sphinx_tabs.tabs", ] sphinx_gallery_conf = {