File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ following configuration:
17
17
18
18
.. code :: python
19
19
20
- html_theme_options: {
20
+ html_theme_options = {
21
21
" github_url" : " https://github.com/<your-org>/<your-repo>" ,
22
22
" twitter_url" : " https://twitter.com/<your-handle>" ,
23
23
}
@@ -31,7 +31,7 @@ an external site. You can add external links to the nav bar like so:
31
31
32
32
.. code :: python
33
33
34
- html_theme_options: {
34
+ html_theme_options = {
35
35
" external_links" : [
36
36
{" name" : " link-one-name" , " url" : " https://<link-one>" },
37
37
{" name" : " link-two-name" , " url" : " https://<link-two>" }
@@ -47,7 +47,7 @@ at the bottom. You can hide these buttons with the following configuration:
47
47
48
48
.. code :: python
49
49
50
- html_theme_options: {
50
+ html_theme_options = {
51
51
" show_prev_next" : False
52
52
}
53
53
@@ -120,6 +120,6 @@ use the following configuration:
120
120
121
121
.. code-block :: python
122
122
123
- html_theme_options: {
123
+ html_theme_options = {
124
124
" navigation_with_keys" : False
125
125
}
You can’t perform that action at this time.
0 commit comments