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:
Joas Schilling
2023-03-22 07:54:23 +01:00
committed by GitHub

View File

@@ -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'