Skip to content

Commit

Permalink
implement sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-volz committed Aug 5, 2023
1 parent 0ea6cfc commit 2cc263b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'sphinx_inline_tabs',
'sphinxemoji.sphinxemoji',
'sphinx_copybutton',
'sphinx_sitemap',
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -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,
Expand Down

0 comments on commit 2cc263b

Please sign in to comment.