From 4caab44f4c774f67276d89681e833a6a567f0815 Mon Sep 17 00:00:00 2001 From: Lex Li Date: Thu, 28 Mar 2024 11:59:55 -0400 Subject: [PATCH] Revised sitemap. --- docs/source/conf.py | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b5eff42..c0509c7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,6 +38,7 @@ html_baseurl = "https://docs.lextudio.com/pysmi/" sitemap_url_scheme = "{link}" +sitemap_suffix_included = False # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] diff --git a/pyproject.toml b/pyproject.toml index c80c02a..8872c10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ black = "=22.3.0" pre-commit = "2.21.0" isort = "^5.10.1" importlib-metadata = { version = ">=0.12", python = "<3.8" } -sphinx-sitemap = "^2.5.1" +sphinx-sitemap-lextudio = "^2.5.2" sphinx = "^5.0.0" furo = "^2023.1.1" sphinx-copybutton = "^0.5.2"