Skip to content

Commit

Permalink
Added custom 404 page.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Apr 21, 2024
1 parent aa8a1bd commit 02e4e16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@
"sphinx.ext.viewcode",
"sphinx_sitemap",
"sphinx_copybutton",
"notfound.extension",
]

notfound_urls_prefix = "/snmpsim/"

html_baseurl = "https://docs.lextudio.com/snmpsim/"
sitemap_url_scheme = "{link}"
sitemap_suffix_included = False
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ furo = "^2023.1.1"
black = "23.1.0"
pre-commit = "2.21.0"
doc8 = "^1.1.1"
sphinx-notfound-page = "^1.0.0"

[tool.poetry_bumpversion.file."snmpsim/__init__.py"]

Expand Down

0 comments on commit 02e4e16

Please sign in to comment.