Skip to content

Commit

Permalink
Fix conf error
Browse files Browse the repository at this point in the history
  • Loading branch information
owickstrom committed Nov 10, 2022
1 parent 2df3d43 commit 989953d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def get_version():
# further. For a list of options available for each theme, see the
# documentation.
#

html_theme_options = {
'html_baseurl': 'https://quickstrom.io/',
# 'analytics_id': 'UA-XXXXXXX-1', # Provided by Google in your dashboard
'logo_only': False,
'display_version': True,
Expand All @@ -116,6 +116,8 @@ def get_version():
'titles_only': False
}

html_baseurl = "https://quickstrom.io/"

# 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

0 comments on commit 989953d

Please sign in to comment.