Skip to content

Commit ec61b9a

Browse files
committed
make doc versions work in epics-containers
1 parent 3f0d14e commit ec61b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: "3.9"
23+
python-version: "3.7"
2424

2525
- name: Install Python Dependencies
2626
run: |

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
html_theme_options = {
117117
"style_nav_header_background": "rgb(7, 43, 93)",
118118
"versions_branches": "main master",
119-
"github_org": "dls-controls",
119+
"github_org": "epics-containers",
120120
}
121121

122122
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)