Skip to content

Commit

Permalink
Restore docs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBoucinha committed Apr 22, 2019
1 parent 49eba30 commit fd49af9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@
'sphinx.ext.napoleon',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.inheritance_diagram'
]

graphviz_output_format = 'svg'

if os.getenv('SPELLCHECK'):
extensions += 'sphinxcontrib.spelling',
spelling_show_suggestions = True
Expand Down Expand Up @@ -50,8 +47,7 @@
html_sidebars = {
'**': ['searchbox.html',
'globaltoc.html',
'sourcelink.html',
'relations.html', # needs 'show_related': True theme option to display
'sourcelink.html',
],
}
html_short_title = '%s-%s' % (project, version)
Expand Down

0 comments on commit fd49af9

Please sign in to comment.