Skip to content

Commit 911c69d

Browse files
committed
docs(pytest-plugin): Fix refs
1 parent 4f11c6e commit 911c69d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pytest-plugin.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ These are fixtures are automatically used when the plugin is enabled and `pytest
5252

5353
## Setting a tmux configuration
5454

55-
If you would like :func:`session` fixture to automatically use a configuration, you have a few
55+
If you would like {func}`session fixture <libtmux.pytest_plugin.session>` to automatically use a configuration, you have a few
5656
options:
5757

58-
- Pass a `config_file` into :class:`libtmux.server.Server`
58+
- Pass a `config_file` into {class}`~libtmux.server.Server`
5959
- Set the `HOME` directory to a local or temporary pytest path with a configurat configuration file
6060

61-
You could also read the code and override :func:`server`'s fixture in your own doctest. doctest.
61+
You could also read the code and override {func}`server fixtures <libtmux.pytest_plugin.server>`'s in your own doctest. doctest.
6262

6363
(set_home)=
6464

0 commit comments

Comments
 (0)