Skip to content

Commit 90efeb6

Browse files
committed
Switch the MPS manual to using the Read the Docs theme, to get search capability.
1 parent e179634 commit 90efeb6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

manual/requirements.pip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
# Layout breaks in Sphinx >= 5. See <https://github.com/Ravenbrook/mps/issues/121>.
44
sphinx >= 4, < 5
5+
sphinx-rtd-theme

manual/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
else:
3838
project = u'Memory Pool System'
3939
master_doc = 'index'
40-
html_theme = 'mps'
40+
html_theme = 'sphinx_rtd_theme'
4141
html_sidebars = {
4242
'**': ['localtoc.html', 'relations.html', 'links.html', 'contact.html'],
4343
}

0 commit comments

Comments
 (0)