Skip to content

Commit 007c871

Browse files
committed
documentation
1 parent b90475a commit 007c871

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_doc/sphinxdoc/source/conf.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66
import os
77
import alabaster
8-
from pyquickhelper.helpgen.default_conf import set_sphinx_variables, get_default_stylesheet
8+
from pyquickhelper.helpgen.default_conf import set_sphinx_variables
99

1010

1111
sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0])))
@@ -21,10 +21,7 @@
2121

2222
blog_root = "http://www.xavierdupre.fr/app/mlinsights/helpsphinx/"
2323

24-
html_context = {
25-
'css_files': get_default_stylesheet([
26-
'_static/my-styles.css', '_static/gallery.css']),
27-
}
24+
html_css_files = ['my-styles.css']
2825

2926
html_logo = "phdoc_static/project_ico.png"
3027
html_sidebars = {}

0 commit comments

Comments
 (0)