Skip to content

Commit

Permalink
sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Sep 29, 2024
1 parent 5018214 commit 5775948
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"sphinx.ext.extlinks",
"sphinx.ext.intersphinx",
"sphinx_imgur.imgur", # https://sphinx-imgur.readthedocs.io
"sphinx_sitemap", # https://github.com/jdillard/sphinx-sitemap
"sphinxcontrib.youtube", # https://github.com/sphinx-contrib/youtube
"ablog", # https://ablog.readthedocs.io/
]
Expand Down Expand Up @@ -165,6 +166,7 @@
.. _Read The Docs: https://readthedocs.org/
.. _Alabaster: https://github.com/bitprophet/alabaster
"""
sitemap_url_scheme = "{link}"


def parse_event(env, sig, signode):
Expand Down Expand Up @@ -217,7 +219,6 @@ def setup(app):
* Revisit pyproject.toml
* Revisit GitHub Actions
* robots.txt and .htaccess
* sitemap.xml
* 404 page
* log 404s and confirm me visiting bad pages logs correctly
* apple favicons
Expand Down
25 changes: 21 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ sphinx = "*"
sphinx-book-theme = "*"
sphinx-copybutton = "*"
sphinx-imgur = "*"
sphinx-sitemap = "*"
sphinxcontrib-youtube = "*"

[tool.poetry.group.dev]
Expand Down

0 comments on commit 5775948

Please sign in to comment.