Revert logo in C++ docs

This reverts the Pipenv pinning of
f9ef21bffd and thus disables the logo, as
subsequent changes in the pinned sphinx fork cause unrelated breakages
when building docs. Let's re-enable this when the fixes are in an
upstream release of sphinx and the rtd theme.
This commit is contained in:
Simon Hausmann 2021-06-28 14:03:45 +02:00
parent 640d178d9d
commit 918fa68c28

View file

@ -7,9 +7,8 @@ verify_ssl = true
[packages]
breathe = "*"
# 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"}
sphinx-rtd-theme = "*"
sphinx = "*"
exhale = "*"
recommonmark = "*"
sphinx-markdown-tables = "*"