Skip to content

Commit

Permalink
Trying to fix up the github sphinx extension.
Browse files Browse the repository at this point in the history
To no avail so far...
  • Loading branch information
arokem committed Dec 15, 2016
1 parent 0b6cec4 commit bbc14ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/sphinxext/github.py
Expand Up @@ -152,4 +152,6 @@ def setup(app):
app.add_role('ghuser', ghuser_role)
app.add_role('ghcommit', ghcommit_role)
app.add_config_value('github_project_url', None, 'env')
return

metadata = {'parallel_read_safe': True, 'parallel_write_safe': True}
return metadata
2 changes: 2 additions & 0 deletions doc/whatsnew/version0.7.rst
Expand Up @@ -63,3 +63,5 @@ Issues (10):
* :ghissue:`142`: 'Fixing build dependency on numpy'
* :ghissue:`140`: 'FIX: Fix interpolation of dpss_windows'
* :ghissue:`139`: 'Testing fixes'

.. include:: ../links_names.txt

0 comments on commit bbc14ca

Please sign in to comment.