Skip to content

Commit b095a32

Browse files
committed
was this a typo?
1 parent 476213e commit b095a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def make_github_url(file_name):
501501
502502
The target URL is built differently based on the type of page. The pydata
503503
sphinx theme has a built-in `file_name` variable that looks like
504-
"/docs/sphinx/source/api.rst" or "generated/pvlib.atmosphere.alt2pres.rst"
504+
"docs/sphinx/source/api.rst" or "generated/pvlib.atmosphere.alt2pres.rst"
505505
"""
506506
# is it a gallery page?
507507
if any(d in file_name for d in sphinx_gallery_conf['gallery_dirs']):

0 commit comments

Comments
 (0)