From 0ffd24690b7397842c854b433a796ccf9da47611 Mon Sep 17 00:00:00 2001 From: molpopgen Date: Tue, 24 Nov 2020 13:04:22 -0800 Subject: [PATCH] Fix conf.py to be able to link github issues, etc.. --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index f9d18ea88..1be58e58f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,6 +59,8 @@ # ones. extensions = ["breathe", "exhale", "sphinx_issues"] +issues_github_path = "molpopgen/fwdpp" + # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]