Skip to content

Commit 78aca82

Browse files
committed
Fix "WARNING: unsupported theme option"
This should fix "preparing documents... WARNING: unsupported theme option 'show_version' given" that showed up when running "make html".
1 parent 86c4ef0 commit 78aca82

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
long_version = sourcefinder.__version__
2222
release = long_version.split(".dev")[0]
2323

24-
html_theme_options = {
25-
"show_version": False, # hide version in top-left
26-
}
27-
2824
# Make full version available to templates
2925
html_context = {
3026
"full_version": long_version,

0 commit comments

Comments
 (0)