Skip to content

Commit

Permalink
docs: add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 11, 2024
1 parent 31c0b5a commit 82b141b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"sphinx_copybutton",
"sphinxext.opengraph",
"sphinx_rtd_theme",
"sphinx_sitemap",
]

# The suffix(es) of source filenames.
Expand Down Expand Up @@ -78,6 +79,8 @@

# -- Theme

# final URL
html_baseurl = __about__.__uri_homepage__
html_favicon = str(__about__.__icon_path__)
html_logo = str(__about__.__icon_path__)
html_sidebars = {
Expand Down
1 change: 1 addition & 0 deletions requirements/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ sphinx-autodoc-typehints>=1.25
sphinx-copybutton>=0.5,<1
sphinxext-opengraph>=0.7
sphinx-rtd-theme>=1,<3
sphinx-sitemap>=2.5.1

0 comments on commit 82b141b

Please sign in to comment.