Skip to content

Commit e9fce34

Browse files
authored
add link to GitHub in nav bar of docs (#188)
1 parent b3ef158 commit e9fce34

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@
7474
#
7575
html_theme = "piccolo_theme"
7676
html_short_title = "Piccolo API"
77+
html_theme_options = {
78+
"source_url": "https://github.com/piccolo-orm/piccolo_api/"
79+
}

requirements/doc-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Sphinx==5.0.2
2-
piccolo-theme>=0.11.1
1+
Sphinx==5.1.1
2+
piccolo-theme>=0.12.0
33
sphinx-autobuild==2021.3.14

0 commit comments

Comments
 (0)