We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90475a commit 007c871Copy full SHA for 007c871
_doc/sphinxdoc/source/conf.py
@@ -5,7 +5,7 @@
5
import sys
6
import os
7
import alabaster
8
-from pyquickhelper.helpgen.default_conf import set_sphinx_variables, get_default_stylesheet
+from pyquickhelper.helpgen.default_conf import set_sphinx_variables
9
10
11
sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0])))
@@ -21,10 +21,7 @@
21
22
blog_root = "http://www.xavierdupre.fr/app/mlinsights/helpsphinx/"
23
24
-html_context = {
25
- 'css_files': get_default_stylesheet([
26
- '_static/my-styles.css', '_static/gallery.css']),
27
-}
+html_css_files = ['my-styles.css']
28
29
html_logo = "phdoc_static/project_ico.png"
30
html_sidebars = {}
0 commit comments