3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00

[doc] Add sphinx.ext.githubpages to conf.py.in

This commit is contained in:
Nils Wentzell 2020-05-28 10:58:07 -04:00
parent 278dc7ef44
commit 96b305fe8e

View File

@ -13,6 +13,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.autosummary',
'sphinx.ext.githubpages',
'matplotlib.sphinxext.plot_directive',
'autorun',
'numpydoc']