[Doc] Fix missing separator before static/class methods in Sphinx docs
This commit is contained in:
parent
ce15158bf9
commit
fe0c864f45
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ dl.class, dl.function {
|
|||
border-top: 2px solid #888;
|
||||
}
|
||||
|
||||
dl.method, dl.attribute {
|
||||
dl.method, dl.attribute, dl.staticmethod, dl.classmethod {
|
||||
border-top: 1px solid #aaa;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue