From f6c53e6de78b1e5e5b04a6716ebcd526142c8898 Mon Sep 17 00:00:00 2001 From: Junjia Liu Date: Sat, 19 Aug 2023 12:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Try=20to=20add=20source=20code?= =?UTF-8?q?=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yaml | 2 ++ doc/source/conf.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 = {