Update .gitignore

Update doc/source/_static/nova.conf.sample to doc/source/_static/*.sample
Delete doc/source/_static directory

Change-Id: I26e98037b19448f8cfe5dacad1ff0b6c9f7d962d
This commit is contained in:
Cai Hui 2018-11-12 06:20:22 -05:00
parent a925017f86
commit 044703a415
2 changed files with 1 additions and 48 deletions

2
.gitignore vendored
View File

@ -23,7 +23,7 @@ ChangeLog
.coverage.*
# sphinx
doc/source/_static/nova.conf.sample
doc/source/_static/*.sample
doc/source/api/*
doc/build/*

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;
}