Skip to content

Commit

Permalink
update documentation condiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 15, 2018
1 parent 3a1349e commit b3f73f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions _doc/sphinxdoc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,14 @@
from pyquickhelper.helpgen.default_conf import set_sphinx_variables, get_default_stylesheet

set_sphinx_variables(__file__, "Python pour un Actuaire", "Xavier Dupré",
2018, "bootstrap", None,
2018, "bootstrap", sphinx_bootstrap_theme.get_html_theme_path(),
locals(), add_extensions=None, book=True, nblayout='table',
extlinks=dict(issue=('https://github.com/sdpython/actuariat_python/issues/%s', 'issue')))

html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
html_logo = "project_ico_small.png"
language = "fr"
html_split_index = True

html_sidebars = {}

if html_theme == "bootstrap":
html_theme_options = {
'navbar_title': ".",
Expand Down

0 comments on commit b3f73f6

Please sign in to comment.