Add a logo to the C++ docs

This requires working around a bug in sphinx and the rtd theme, hence
the git pinning.
This commit is contained in:
Simon Hausmann 2021-06-25 10:28:38 +02:00
parent 40d8c7633f
commit f9ef21bffd
3 changed files with 9 additions and 2 deletions

View file

@ -6,9 +6,10 @@ verify_ssl = true
[dev-packages]
[packages]
sphinx = "*"
breathe = "*"
sphinx-rtd-theme = "*"
# Upstream sphinx and sphinx-rtd-theme have a bug in not supporting html_logo urls, pull in prospective fix
sphinx-rtd-theme = {editable = true, ref = "logo-url-fix", git = "https://github.com/tronical/sphinx_rtd_theme.git"}
sphinx = {editable = true, ref = "logo-url-fix", git = "https://github.com/tronical/sphinx.git"}
exhale = "*"
recommonmark = "*"
sphinx-markdown-tables = "*"