[Doc] Fix CSS used for method names in Sphinx docs
This appears to be necessary for Sphinx >= 1.3.0
This commit is contained in:
parent
dd62e6061e
commit
ce15158bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ tt {
|
|||
color: #333;
|
||||
}
|
||||
|
||||
tt.descname {
|
||||
tt.descname, code.descname {
|
||||
background-color: transparent;
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue