Skip to content

Commit 3e0a8c1

Browse files
authored
unset external_project to empty list (#629)
1 parent bd2f81d commit 3e0a8c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# for PDF output on Read the Docs
1414
project = "rocFFT Documentation"
1515
author = "Advanced Micro Devices, Inc."
16-
copyright = "Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved."
16+
copyright = "Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved."
1717
version = version_number
1818
release = version_number
1919

@@ -24,7 +24,6 @@
2424
docs_core.setup()
2525

2626
external_projects_current_project = "rocfft"
27-
external_projects = []
2827

2928
for sphinx_var in ROCmDocs.SPHINX_VARS:
3029
globals()[sphinx_var] = getattr(docs_core, sphinx_var)

0 commit comments

Comments
 (0)