Skip to content

Commit

Permalink
Merge pull request #119 from crawfordsm/edit_on_github_import
Browse files Browse the repository at this point in the history
Changed the import from astropy to astropy_helpers
  • Loading branch information
astrofrog committed Apr 28, 2015
2 parents d239594 + 671f15f commit 4ddde98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
## -- Options for the edit_on_github extension ----------------------------------------

if eval(setup_cfg.get('edit_on_github')):
extensions += ['astropy.sphinx.ext.edit_on_github']
extensions += ['astropy_helpers.sphinx.ext.edit_on_github']

versionmod = __import__(setup_cfg['package_name'] + '.version')
edit_on_github_project = setup_cfg['github_project']
Expand Down

0 comments on commit 4ddde98

Please sign in to comment.