mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
9bd49f9759
Default values are added to docstrings so they appear in the docs. This should help maintainers to keep them up-to-date. Fix #2547.
8 lines
217 B
CSS
8 lines
217 B
CSS
/* Hide module name and default value for environment variable section */
|
|
div[id$='environment-variables'] code.descclassname {
|
|
display: none;
|
|
}
|
|
div[id$='environment-variables'] em.property {
|
|
display: none;
|
|
}
|