Skip to content

Commit

Permalink
Add sitemap generator
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Jan 2, 2020
1 parent 09eef86 commit 1ea652b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx_sitemap',

'breathe',
]
Expand Down Expand Up @@ -81,6 +82,7 @@
}
html_logo = 'static/images/logo.svg'
github_url = 'https://github.com/MaJerle/onewire-uart'
html_baseurl = 'https://docs.majerle.eu/projects/onewire-uart/'

# 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
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ docutils>=0.14
sphinx>=2.0.1
sphinx_rtd_theme
sphinx-tabs
sphinxcontrib-svg2pdfconverter
sphinxcontrib-svg2pdfconverter
sphinx-sitemap

0 comments on commit 1ea652b

Please sign in to comment.