From 30a7c8008436b62c8287e3d02617653931aa57ec Mon Sep 17 00:00:00 2001 From: Lukas Burgholzer Date: Sun, 1 Oct 2023 17:52:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20=F0=9F=93=9D=20removes=20the=20`?= =?UTF-8?q?hmtl=5Fbaseurl`=20setting=20from=20RtD=20config=20(#314)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Sphinx recommends not setting `hmtl_baseurl` so that RtD can figure it out on its own. ## Checklist: - [x] The pull request only contains commits that are related to it. - [x] I have added appropriate tests and documentation. - [x] I have made sure that all CI jobs on GitHub pass. - [x] The pull request introduces no new warnings and follows the project's style guidelines. Signed-off-by: burgholzer --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3a5f31d8..73110f24 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -132,7 +132,6 @@ def format_url(self, _e: Entry) -> HRef: # -- Options for HTML output ------------------------------------------------- html_theme = "furo" -html_baseurl = "https://mqt.readthedocs.io/project/qcec/en/latest/" html_static_path = ["_static"] html_theme_options = { "light_logo": "mqt_dark.png",