Skip to content

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
douden committed Dec 13, 2024
1 parent 4e7a102 commit 4809bf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,39 +51,39 @@ If a Delft University of Technology logo should not be set (i.e. use logos defin
sphinx:
config:
...
tud_change_logo: False
tud_change_logo: false
```

If a Delft University of Technology favicon should not be set (i.e. use a favicon defined by the user), include the following in your `_config.yml` file:
```
sphinx:
config:
...
tud_change_favicon: False
tud_change_favicon: false
```

If the Delft University of Technology fonts should not be set (i.e. use fonts defined by the user), include the following in your `_config.yml` file:
```
sphinx:
config:
...
tud_change_fonts: False
tud_change_fonts: false
```

If rendering text inside MathJax should not be the same as the surrounding html, include the following in your `_config.yml` file:
```
sphinx:
config:
...
tud_change_mtext: False
tud_change_mtext: false
```

If a sticky logo is not preferred, include the following in your `_config.yml` file:
```
sphinx:
config:
...
tud_sticky logo: False
tud_sticky_logo: false
```


Expand Down

0 comments on commit 4809bf1

Please sign in to comment.