Skip to content

Commit

Permalink
BUG - Clear alt_text in conf.py (#1471)
Browse files Browse the repository at this point in the history
* comment out alt_text in conf.py

* set alt_text to empty string

* remove alt_text from conf.py
  • Loading branch information
gabalafou committed Oct 17, 2023
1 parent 78793e5 commit f31fee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
"logo": {
"text": "PyData Theme",
"image_dark": "_static/logo-dark.svg",
"alt_text": "PyData Theme",
},
"use_edit_page_button": True,
"show_toc_level": 1,
Expand Down

0 comments on commit f31fee4

Please sign in to comment.