Removing unused CSS and normalizing indents in docs/conf.py.#1043
Merged
dhermes merged 1 commit intogoogleapis:masterfrom Aug 19, 2015
Merged
Removing unused CSS and normalizing indents in docs/conf.py.#1043dhermes merged 1 commit intogoogleapis:masterfrom
dhermes merged 1 commit intogoogleapis:masterfrom
Conversation
Contributor
Author
|
@stephenplusplus or @ryanseys Can you confirm what |
|
Looks to me like it was used for syntax highlighting in our docs. I'm assuming it followed the color scheme of GitHub syntax highlighting, hence the name |
|
Sorry for letting this one slip off my radar @dhermes. Ryan's right, it sets the theme of the highlight.js code blocks to match GitHub's color scheme. If you're not using highlightjs in your docs, then it's safe to remove. |
Contributor
Author
|
No worries. Thanks for the info! @tseaver WDYT? |
Contributor
|
LGTM |
dhermes
added a commit
that referenced
this pull request
Aug 19, 2015
Removing unused CSS and normalizing indents in docs/conf.py.
parthea
pushed a commit
that referenced
this pull request
Nov 24, 2025
Source-Link: googleapis/synthtool@85c23b6 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3741fd1f5f5150378563c76afa06bcc12777b5fe54c5ee01115218f83872134f Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea
pushed a commit
that referenced
this pull request
Nov 24, 2025
* chore: Update gapic-generator-python to 1.25.0 PiperOrigin-RevId: 755914147 Source-Link: googleapis/googleapis@97a83d7 Source-Link: googleapis/googleapis-gen@a9977ef Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTk5NzdlZmVkYzgzNmNjZWNlMWYwMWQ1MjliMDMxNWUxZWZlNTJhZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@stephenplusplus Can you (or another from
nodeside) confirm whatgithub.min.csswas used for?