Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

github_issues_url should be set in conf.py #117

Closed
mwcraig opened this issue Feb 11, 2015 · 3 comments
Closed

github_issues_url should be set in conf.py #117

mwcraig opened this issue Feb 11, 2015 · 3 comments

Comments

@mwcraig
Copy link
Member

mwcraig commented Feb 11, 2015

astropy-helpers expects this variable to be set if there is a changelog for which links to github issues are automatically being generated when the documentation is built. See https://github.com/astropy/astropy/blob/master/docs/conf.py#L187 for the locationof this line in astropy.

Will do a PR to fix later this week unless someone else gets to it first.

@astrofrog
Copy link
Member

I wonder whether we should be using the github project variable from setup.cfg to avoid having to define the same thing twice?

@pllim

This comment has been minimized.

@pllim pllim closed this as completed Jan 31, 2020
@astrofrog
Copy link
Member

This is not so much irrelevant as already solved in prior PRs:

github_issues_url = 'https://github.com/{0}/issues/'.format(setup_cfg['github_project'])

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants