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

Commit

Permalink
change doc style
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 26, 2019
1 parent 1295ba4 commit c0ca4dd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions _doc/sphinxdoc/source/conf.py
@@ -1,17 +1,33 @@
# -*- coding: utf-8 -*-
import sys
import os
import sphinx_modern_theme_modified
import sphinx_bootstrap_theme
from pyquickhelper.helpgen.default_conf import set_sphinx_variables, get_default_stylesheet

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

set_sphinx_variables(__file__, "jupytalk", "Xavier Dupré", 2019,
"sphinx_modern_theme_modified", sphinx_modern_theme_modified.get_html_theme_path(),
"bootstrap", sphinx_bootstrap_theme.get_html_theme_path(),
locals(), extlinks=dict(
issue=('https://github.com/sdpython/jupytalk/issues/%s', 'issue')),
github_user="sdpython", github_repo="jupytalk", book=True, nblayout='table')

html_theme_options = {
'navbar_title': ".",
'navbar_site_name': "Site",
'navbar_links': [
("XD", "http://www.xavierdupre.fr", True),
("blog", "blog/main_0000.html", True),
("index", "genindex"),
],
'navbar_sidebarrel': True,
'navbar_pagenav': True,
'navbar_pagenav_name': "Page",
'bootswatch_theme': "readable",
'bootstrap_version': "3",
'source_link_position': "footer",
}

blog_root = "http://www.xavierdupre.fr/app/jupytalk/helpsphinx/"
blog_background = False
pygments_style = 'default'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -35,7 +35,7 @@ scikit-image
scikit-plot
semantic_version
shapely
sphinx_modern_theme_modified
sphinx-bootstrap-theme
vega
version_information
wikipedia
Expand Down

0 comments on commit c0ca4dd

Please sign in to comment.