Skip to content

Commit 4cb0ab6

Browse files
authored
Update configuring.rst - typo fix (#165)
1 parent 4540f6a commit 4cb0ab6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user_guide/configuring.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ following configuration:
1717

1818
.. code:: python
1919
20-
html_theme_options: {
20+
html_theme_options = {
2121
"github_url": "https://github.com/<your-org>/<your-repo>",
2222
"twitter_url": "https://twitter.com/<your-handle>",
2323
}
@@ -31,7 +31,7 @@ an external site. You can add external links to the nav bar like so:
3131

3232
.. code:: python
3333
34-
html_theme_options: {
34+
html_theme_options = {
3535
"external_links": [
3636
{"name": "link-one-name", "url": "https://<link-one>"},
3737
{"name": "link-two-name", "url": "https://<link-two>"}
@@ -47,7 +47,7 @@ at the bottom. You can hide these buttons with the following configuration:
4747

4848
.. code:: python
4949
50-
html_theme_options: {
50+
html_theme_options = {
5151
"show_prev_next": False
5252
}
5353
@@ -120,6 +120,6 @@ use the following configuration:
120120

121121
.. code-block:: python
122122
123-
html_theme_options: {
123+
html_theme_options = {
124124
"navigation_with_keys": False
125125
}

0 commit comments

Comments
 (0)