Skip to content

Commit 1ed4460

Browse files
committed
documentation
1 parent 1846ea9 commit 1ed4460

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_doc/sphinxdoc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
import sys
66
import os
7-
import alabaster
7+
import pydata_sphinx_theme
88
from pyquickhelper.helpgen.default_conf import set_sphinx_variables
99

1010

@@ -14,7 +14,7 @@
1414
os.path.dirname(__file__)), "phdoc_templates")
1515

1616
set_sphinx_variables(__file__, "mlinsights", "Xavier Dupré", 2021,
17-
"alabaster", alabaster.get_path(),
17+
"pydata_sphinx_theme", pydata_sphinx_theme.get_html_theme_path(),
1818
locals(), extlinks=dict(
1919
issue=('https://github.com/sdpython/mlinsights/issues/%s', 'issue')),
2020
title="mlinsights", book=True)

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ onnxruntime
1515
pandas_streaming
1616
pybind11
1717
pycodestyle
18+
pydata-sphinx-theme
1819
pyquickhelper>=1.10
1920
pyquicksetup
2021
pylint>=2.9.3

0 commit comments

Comments
 (0)