Skip to content

Commit 93da1a8

Browse files
authored
Link to GitHub PRs & issues in docs (pynamodb#1150)
1 parent b03838c commit 93da1a8

File tree

3 files changed

+260
-255
lines changed

3 files changed

+260
-255
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@
3535
'sphinx.ext.autodoc',
3636
'sphinx.ext.doctest',
3737
'sphinx.ext.coverage',
38+
'sphinx_issues',
3839
]
3940

41+
# Directive for sphinx_issues
42+
issues_github_path = "pynamodb/pynamodb"
43+
4044
# Add any paths that contain templates here, relative to this directory.
4145
templates_path = ['_templates']
4246

0 commit comments

Comments
 (0)