mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #9935 from nextcloud/fix/9905/search
fix: explictly add sphinx_rtd_theme to extensions to fix search
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