We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476213e commit b095a32Copy full SHA for b095a32
docs/sphinx/source/conf.py
@@ -501,7 +501,7 @@ def make_github_url(file_name):
501
502
The target URL is built differently based on the type of page. The pydata
503
sphinx theme has a built-in `file_name` variable that looks like
504
- "/docs/sphinx/source/api.rst" or "generated/pvlib.atmosphere.alt2pres.rst"
+ "docs/sphinx/source/api.rst" or "generated/pvlib.atmosphere.alt2pres.rst"
505
"""
506
# is it a gallery page?
507
if any(d in file_name for d in sphinx_gallery_conf['gallery_dirs']):
0 commit comments