Skip to content

Commit

Permalink
resolve file name capitalization
Browse files Browse the repository at this point in the history
There was a difference between local and rtd builds, turned out to be
because of case insensitive os ignoring file renaming.
  • Loading branch information
KorayKirli committed Mar 2, 2021
1 parent 77e10e7 commit 9b9059d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
html_theme_path = ["_themes", ]
html_logo = "img/logo.png"

# html_theme_options = {
# 'logo_only': True
# }
html_theme_options = {
'logo_only': True
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9b9059d

Please sign in to comment.