Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 1, 2023
1 parent b4e3702 commit c71247d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _doc/sphinxdoc/source/conf.py
Expand Up @@ -6,14 +6,14 @@

sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0])))

set_sphinx_variables(__file__, "jupytalk", "Xavier Dupré", 2021,
set_sphinx_variables(__file__, "jupytalk", "Xavier Dupré", 2023,
"pydata_sphinx_theme", ['_static'],
locals(), extlinks=dict(issue=(
'https://github.com/sdpython/jupytalk/issues/%s',
'issue %s')),
github_user="sdpython", github_repo="jupytalk", book=True, nblayout='table')

html_theme_options = {
html_theme_options.update({
'navbar_title': "BASE",
'navbar_site_name': "Site",
'navbar_links': [
Expand All @@ -27,7 +27,7 @@
'bootswatch_theme': "readable",
'bootstrap_version': "3",
'source_link_position': "footer",
}
})

blog_root = "http://www.xavierdupre.fr/app/jupytalk/helpsphinx/"
blog_background = False
Expand Down

0 comments on commit c71247d

Please sign in to comment.