Skip to content

Commit e1f782e

Browse files
committed
Move release notes
From top bar to reference section
1 parent 16b7b0e commit e1f782e

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

docs/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,6 @@
143143
},
144144
"check_switcher": True,
145145
"navbar_end": ["theme-switcher", "icon-links", "version-switcher"],
146-
"external_links": [
147-
{
148-
"name": "Release Notes",
149-
"url": f"https://github.com/{github_user}/{github_repo}/releases",
150-
}
151-
],
152146
}
153147

154148
# A dictionary of values to pass into the template engine’s context for all pages

template/{% if sphinx %}docs{% endif %}/conf.py.jinja

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ html_theme_options = {
160160
},
161161
"check_switcher": False,
162162
"navbar_end": ["theme-switcher", "icon-links", "version-switcher"],
163-
"external_links": [
164-
{
165-
"name": "Release Notes",
166-
"url": f"https://github.com/{github_user}/{github_repo}/releases",
167-
}
168-
],
169163
"navigation_with_keys": False,
170164
}
171165

template/{% if sphinx %}docs{% endif %}/reference.md renamed to template/{% if sphinx %}docs{% endif %}/reference.md.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ Technical reference material including APIs and release notes.
88

99
reference/*
1010
genindex
11+
Release Notes <{{ repo_url }}/releases>
1112
```

0 commit comments

Comments
 (0)