Skip to content

Commit

Permalink
Merge pull request #5 from lukehinds/extensions
Browse files Browse the repository at this point in the history
Add needed sphinx extensions
  • Loading branch information
lukehinds committed Apr 11, 2019
2 parents 17bba22 + dd888dc commit 8fe9472
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@
# ones.
extensions = [
'sphinx.ext.viewcode',
'sphinx.ext.autosectionlabel',
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinxcontrib.httpdomain',
'djangodocs',
'doc_extensions',
'sphinx_tabs.tabs',
'sphinx-prompt',
'recommonmark',
'notfound.extension',
'sphinx.ext.githubpages',
]

Expand Down

0 comments on commit 8fe9472

Please sign in to comment.