Remove support-matrix.css

The file is generated during doc build.

Change-Id: If51c6af2a2cae25c8f8d73b63f3aa61c2937310c
This commit is contained in:
Takashi Kajinami 2024-08-31 18:03:26 +09:00
parent dd30a921a2
commit 637fb7534a
2 changed files with 2 additions and 47 deletions

2
.gitignore vendored
View File

@ -32,6 +32,8 @@ keystone/tests/tmp/
keystone/locale/*/LC_MESSAGES/*.mo
.stestr/
*.db
# Files created by doc build
doc/source/_static/support-matrix.css
# Files created by releasenotes build
releasenotes/build
RELEASENOTES.rst

View File

@ -1,47 +0,0 @@
.sp_feature_mandatory {
font-weight: bold;
}
.sp_feature_optional {
}
.sp_feature_choice {
font-style: italic;
font-weight: bold;
}
.sp_feature_condition {
font-style: italic;
font-weight: bold;
}
.sp_impl_complete {
color: rgb(0, 120, 0);
font-weight: normal;
}
.sp_impl_missing {
color: rgb(120, 0, 0);
font-weight: normal;
}
.sp_impl_partial {
color: rgb(170, 170, 0);
font-weight: normal;
}
.sp_impl_unknown {
color: rgb(170, 170, 170);
font-weight: normal;
}
.sp_impl_summary {
font-size: 2em;
}
.sp_cli {
font-family: monospace;
background-color: #F5F5F5;
}