Skip to content

Commit

Permalink
[docs] new_tab_link_show_external_link_icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Jun 29, 2024
1 parent 9e86ad2 commit b65cc8a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,17 @@ extensions = [
]
```

## Configuration

### `new_tab_link_show_external_link_icon`

* Type: `bool`
* Default: `False`

If you want to show external links with icons, set this to `True` in your `conf.py`.

```python
new_tab_link_show_external_link_icon = True
```

Enjoy documentation!🙌

0 comments on commit b65cc8a

Please sign in to comment.