Skip to content

Conversation

@jrabbit
Copy link
Contributor

@jrabbit jrabbit commented Oct 28, 2019

Edited the sphinx css theme to prevent hyphens being inserted into the requirements.txt name and other literals.

right now:
image
with fix:
image

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "patch-1" git@github.com:jrabbit/docker-py.git somewhere $ cd somewhere $ git commit --amend -s --no-edit $ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

Signed-off-by: Jack Laxson <jackjrabbit@gmail.com>
@jrabbit jrabbit changed the title remove hyphens in literals docs/css: remove hyphens in literals Oct 28, 2019
@milas milas merged commit 45bf9f9 into docker:main Aug 12, 2022
@milas milas self-requested a review August 12, 2022 13:46
@milas milas self-assigned this Aug 12, 2022
@milas
Copy link
Contributor

milas commented Aug 12, 2022

Merged out-of-band to fix conflicts due to age. Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants