mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-15 22:35:00 +00:00
fix: explictly add sphinx_rtd_theme to extensions to fix search
Ref https://sphinx-rtd-theme.readthedocs.io/en/stable/changelog.html#known-issues Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
2
conf.py
2
conf.py
@ -8,7 +8,7 @@ dir_path = os.path.dirname(os.path.realpath(__file__))
|
||||
sys.path.insert(0, os.path.abspath(dir_path + '/_ext'))
|
||||
now = datetime.datetime.now()
|
||||
|
||||
extensions = []
|
||||
extensions = ['sphinx_rtd_theme']
|
||||
|
||||
# General information about the project.
|
||||
copyright = str(now.year) + ' Nextcloud GmbH'
|
||||
|
Reference in New Issue
Block a user