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

Add logo via iframe #9

Merged
merged 8 commits into from
Sep 26, 2023
Merged

Add logo via iframe #9

merged 8 commits into from
Sep 26, 2023

Conversation

netsettler
Copy link

@netsettler netsettler commented Aug 15, 2023

This arranges for the logo to be done in an iframe, where the iframe just points to a static HTML file that arranges images in the way I want. I tried doing it without the iframe, but there's something about the way Sphinx sets up the navigation pane that makes it hard to get the positioning right. It may be they have some CSS style sheet that was thwarting me. But iframes block all of that.

This only fixes the issue in the ReadTheDocs code. I had to leave my other banner for the README.rst because I can't (yet) find a way to make that let me insert RAW HTML. The .rst it allows is much more primitive than what ReadTheDocs allows.

Reviewers can test the look by getting the repo and doing make preview-locally.

@netsettler netsettler changed the base branch from master to kmp_better_section_organization August 15, 2023 21:02
@netsettler netsettler changed the base branch from kmp_better_section_organization to master August 15, 2023 21:09
@coveralls
Copy link

coveralls commented Aug 15, 2023

Pull Request Test Coverage Report for Build 5871956784

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.681%

Totals Coverage Status
Change from base Build 5871779920: 0.0%
Covered Lines: 2813
Relevant Lines: 2822

💛 - Coveralls

pyproject.toml Outdated
@@ -1,6 +1,6 @@
[tool.poetry]
name = "submitr"
version = "0.3.3"
version = "0.3.3.2b2" # to become "0.3.4"

Choose a reason for hiding this comment

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

Since its a pure documentation change is it worth a version/changelog entry?

@netsettler netsettler merged commit a688367 into master Sep 26, 2023
3 checks passed
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.

3 participants