add sitemap

pull/171/head
Ad Schellevis 5 years ago
parent 24f9ed606a
commit edcbdda42c

@ -1,4 +1,5 @@
sphinx sphinx
sphinx-sitemap
sphinx_rtd_theme sphinx_rtd_theme
sphinxcontrib-blockdiag sphinxcontrib-blockdiag
sphinxcontrib-nwdiag sphinxcontrib-nwdiag

@ -42,6 +42,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones. # ones.
extensions = [ extensions = [
'sphinx_sitemap',
'sphinx.ext.todo', 'sphinx.ext.todo',
'sphinxcontrib.blockdiag', 'sphinxcontrib.blockdiag',
'sphinxcontrib.nwdiag', 'sphinxcontrib.nwdiag',
@ -50,6 +51,8 @@ extensions = [
] ]
html_baseurl = 'https://docs.opnsense.org/'
blockdiag_fontpath = '/Library/Fonts/Arial.ttf' blockdiag_fontpath = '/Library/Fonts/Arial.ttf'
nwdiag_fontpath = '/Library/Fonts/Arial.ttf' nwdiag_fontpath = '/Library/Fonts/Arial.ttf'
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.

Loading…
Cancel
Save