mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
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:
parent
640d178d9d
commit
918fa68c28
1 changed files with 2 additions and 3 deletions
|
@ -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 = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue