Skip to content

Commit

Permalink
Merge pull request facultyai#13 from imrehg/docstring-styling
Browse files Browse the repository at this point in the history
stylesheet: add minimum required formatting for functions params rendering
  • Loading branch information
acroz authored Jun 10, 2021
2 parents eb3eea0 + 83048ce commit ffffc71
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions faculty_sphinx_theme/static/css/faculty.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,14 @@ footer span.commit .rst-content tt {
.platform-navbar .platform-navbar-entry:hover {
background-color: #fa7268;
}

/* Function docstring formatting for parameters */
.classifier {
font-style: oblique;
}

.classifier:before {
font-style: normal;
margin: 0.5em;
content: ":";
}

0 comments on commit ffffc71

Please sign in to comment.