diff --git a/docs/requirements_docs.txt b/docs/requirements_docs.txt index 1c1d5626..204363bc 100644 --- a/docs/requirements_docs.txt +++ b/docs/requirements_docs.txt @@ -5,4 +5,5 @@ sphinx_mdinclude>=0.5.1 sphinx_inline_tabs>=2022.1.2b11 sphinxemoji>=0.2.0 sphinx-copybutton>=0.5.2 +sphinx-sitemap requests>=2.31.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index c653371b..6c237c29 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,6 +38,7 @@ 'sphinx_inline_tabs', 'sphinxemoji.sphinxemoji', 'sphinx_copybutton', + 'sphinx_sitemap', ] # Add any paths that contain templates here, relative to this directory. @@ -61,6 +62,7 @@ html_theme = 'furo' html_title = f"DefichainPython {release}" language = "en" +html_baseurl = 'https://docs.defichain-python.de/build/html/' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,