mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Fix rtd search function
By adding the theme to the extension list in conf.py.
This commit is contained in:
committed by
Dan Christian Bogos
parent
cf36f67d87
commit
86b6a320fe
@@ -28,7 +28,8 @@ import sys, os
|
||||
extensions = [
|
||||
'sphinx.ext.todo',
|
||||
'sphinx_copybutton',
|
||||
'sphinx_tabs.tabs'
|
||||
'sphinx_tabs.tabs',
|
||||
'sphinx_rtd_theme'
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
||||
Reference in New Issue
Block a user