Skip to content
Snippets Groups Projects
Commit 5498ea23 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[doc] edited doc/conf.py

parent 98b0429e
Branches
Tags
No related merge requests found
Pipeline #
...@@ -25,16 +25,10 @@ extensions = [ ...@@ -25,16 +25,10 @@ extensions = [
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.napoleon', 'sphinx.ext.napoleon',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'sphinx.ext.mathjax',
#'matplotlib.sphinxext.plot_directive' #'matplotlib.sphinxext.plot_directive'
] ]
import sphinx
if sphinx.__version__ >= "1.4.1":
extensions.append('sphinx.ext.imgmath')
imgmath_image_format = 'svg'
else:
extensions.append('sphinx.ext.pngmath')
# Be picky about warnings # Be picky about warnings
nitpicky = True nitpicky = True
...@@ -132,7 +126,7 @@ pygments_style = 'sphinx' ...@@ -132,7 +126,7 @@ pygments_style = 'sphinx'
# Some variables which are useful for generated material # Some variables which are useful for generated material
project_variable = project.replace('.', '_') project_variable = project.replace('.', '_')
short_description = u'Various GANs to generate face images' short_description = u'Bob bindings for PyTorch'
owner = [u'Idiap Research Institute'] owner = [u'Idiap Research Institute']
...@@ -232,7 +226,6 @@ autodoc_member_order = 'bysource' ...@@ -232,7 +226,6 @@ autodoc_member_order = 'bysource'
autodoc_default_flags = [ autodoc_default_flags = [
'members', 'members',
'undoc-members', 'undoc-members',
#'inherited-members',
'show-inheritance', 'show-inheritance',
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment