Skip to content

Commit

Permalink
Make the code example more readable (stanfordnlp#2000)
Browse files Browse the repository at this point in the history
* modify the css

* ping mistune because the latest version is broken
  • Loading branch information
chenmoneygithub authored Dec 30, 2024
1 parent 8825040 commit ec07b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ h2.doc-heading {
/* Ensure code is readable */
.highlight code {
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
font-size: 0.9em;
font-size: 0.75em;
}

/* Copy button styling */
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ mkdocs-redirects>=1.2.1
mkdocstrings>=0.26.1
mkdocstrings-python>=1.12.2
urllib3==1.26.6
mistune==3.0.2
git+https://github.com/stanfordnlp/dspy.git

0 comments on commit ec07b77

Please sign in to comment.