Skip to content

Commit

Permalink
BUG: Hotfix for docopts_url (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Jul 26, 2022
1 parent abf2148 commit 91b3c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_gallery/docs_resolv.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def __init__(self, config, doc_url, gallery_dir, relative=False):
'URLs (doc_url cannot be absolute)')
index_url = doc_url + '/'
searchindex_url = doc_url + '/searchindex.js'
docopts_url = doc_url + '_static/documentation_options.js'
docopts_url = doc_url + '/_static/documentation_options.js'
else:
index_url = os.path.join(doc_url, 'index.html')
searchindex_url = os.path.join(doc_url, 'searchindex.js')
Expand Down

0 comments on commit 91b3c71

Please sign in to comment.