Skip to content

Commit

Permalink
docs(contribute): give up on numbered list callout
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Nov 17, 2024
1 parent ad5f6c4 commit 95e8c44
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/contribute/01_environment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ for manager, params in managers.items():
)
print()
if manager == "pixi":
print("::: {.callout-note}")
print("This command will initialize a `pixi.toml` file and also modify the ")
print("`.gitignore` to prevent Pixi configuration from being added to `git`.")
print(":::")
print(" This command will initialize a `pixi.toml` file and also modify ")
print("the `.gitignore` to prevent Pixi configuration from being added to ")
print("`git`.")
print()
print(f"1. Activate the environment")
print()
Expand Down

0 comments on commit 95e8c44

Please sign in to comment.