Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 22, 2020
1 parent ecb08a2 commit 0455ee8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions _doc/sphinxdoc/source/conf.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import sys
import os
import sphinx_readable_theme
import cakephp_theme


sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0])))
Expand All @@ -10,10 +10,11 @@

from pyquickhelper.helpgen.default_conf import set_sphinx_variables, get_default_stylesheet
set_sphinx_variables(__file__, "wrapclib", "Xavier Dupré", 2020,
"readable", sphinx_readable_theme.get_html_theme_path(),
"cakephp_theme", cakephp_theme.get_html_theme_path(),
locals(), extlinks=dict(
issue=('https://github.com/sdpython/wrapclib/issues/%s', 'issue')),
title="wrapclib", book=True)
title="wrapclib", book=True,
extensions=['cakephp_theme'])

blog_root = "http://www.xavierdupre.fr/app/wrapclib/helpsphinx/"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,4 @@
cakephp_theme
coverage
jupyter
jyquickhelper
Expand All @@ -7,5 +8,4 @@ pylint
pillow
pyquickhelper>=1.9.3240
sphinx
sphinx_readable_theme
wheel

0 comments on commit 0455ee8

Please sign in to comment.