Skip to content

Commit 54cb49c

Browse files
committed
Change theme of documentation
1 parent a0aa5c3 commit 54cb49c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
# The theme to use for HTML and HTML Help pages. See the documentation for
7676
# a list of builtin themes.
7777
#
78-
html_theme = "sphinx_nefertiti"
78+
# html_theme = "sphinx_nefertiti"
79+
html_theme = "sphinx_book_theme"
7980

8081
# Add any paths that contain custom static files (such as style sheets) here,
8182
# relative to this directory. They are copied after the builtin static files,

docs/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
sphinx
2-
sphinx-rtd-theme
3-
sphinx-nefertiti
2+
sphinx-book-theme
43
sphinxcontrib-bibtex
54
pyscipopt

docs/tutorials/model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ all the parameter values that you wish to set, then one can use the command:
110110
scip.readParams(path_to_file)
111111
112112
Set Plugin-wide Parameters (Aggressiveness)
113-
===================================
113+
===========================================
114114
115115
We can influence the behavior of some of SCIP's plugins using ``SCIP_PARAMSETTING``. This can be applied
116116
to the heuristics, to the presolvers, and to the separators (respectively with ``setHeuristics``,

0 commit comments

Comments
 (0)