Skip to content

Commit d4f0e52

Browse files
authored
Merge pull request #911 from scipopt/update_theme
Change theme of documentation
2 parents a0aa5c3 + 0a0e454 commit d4f0e52

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
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_book_theme"
7979

8080
# Add any paths that contain custom static files (such as style sheets) here,
8181
# 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)