Skip to content
This repository has been archived by the owner on Jul 22, 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 Apr 1, 2019
1 parent b53c92c commit 9cc85c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions _doc/sphinxdoc/source/conf.py
@@ -1,13 +1,14 @@
# -*- coding: utf-8 -*-
import sys
import os
import sphinxjp.themes.basicstrap
import sphinx_readable_theme
from pyquickhelper.helpgen.default_conf import set_sphinx_variables

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

set_sphinx_variables(__file__, "pyenbc", "Xavier Dupré", 2019,
"basicstrap", None, locals(), add_extensions=None,
"readable", sphinx_readable_theme.get_html_theme_path(),
locals(), add_extensions=None,
extlinks=dict(issue=('https://github.com/sdpython/pyenbc/issues/%s', 'issue')))

blog_root = "http://www.xavierdupre.fr/app/pyenbc/helpsphinx/"
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Expand Up @@ -21,6 +21,5 @@ pyensae>=1.2.788
pymyinstall
pyquickhelper>=1.8
qgrid
sphinxjp.themes.basicstrap
sphinxjp.themes.sphinxjp
sphinx_readable_theme
wheel

0 comments on commit 9cc85c0

Please sign in to comment.