Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add logo back to sidebar #5688

Merged
merged 1 commit into from
Mar 22, 2023
Merged

Docs: Add logo back to sidebar #5688

merged 1 commit into from
Mar 22, 2023

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Mar 22, 2023

Which issue does this PR close?

re #5500

Rationale for this change

While working #5670 we lost the sidebar logo

Screenshot 2023-03-22 at 7 22 38 AM

What changes are included in this PR?

Add the logo back in

Screenshot 2023-03-22 at 7 21 55 AM

Are these changes tested?

Tested locally

Are there any user-facing changes?

docs

@alamb alamb changed the title Minor: Add logo back to sidebar Docs: Add logo back to sidebar Mar 22, 2023


<a class="navbar-brand" href="{{ pathto(master_doc) }}">
<img src="{{ pathto('_static/images/DataFusion-Logo-Background-White.png', 1) }}" class="logo" alt="logo">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this used to be

  <img src="{{ pathto('_static/images' + logo, 1) }}" class="logo" alt="logo">

But then sphinx complained that logo wasn't defined -- so I just hard coded it to match the main logo

https://github.com/apache/arrow-datafusion/blob/af97ac886c425efefb0536c5344894703f65d7fa/docs/source/conf.py#L103

@jackwener jackwener merged commit 1ddc4b9 into apache:main Mar 22, 2023
@alamb
Copy link
Contributor Author

alamb commented Mar 22, 2023

It is so cool it is already live on https://arrow.apache.org/datafusion/ ❤️

Screenshot 2023-03-22 at 9 58 03 AM

@alamb alamb deleted the alamb/fix_logo branch March 22, 2023 13:58
@mslapek
Copy link
Contributor

mslapek commented Mar 22, 2023

Kinda stupid question... why logo is at the bottom? 🤔

@alamb
Copy link
Contributor Author

alamb commented Mar 22, 2023

Kinda stupid question... why logo is at the bottom? 🤔

TLDR is "I don't know" -- I was just putting it back where I found it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants