We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2f81d commit 3e0a8c1Copy full SHA for 3e0a8c1
docs/conf.py
@@ -13,7 +13,7 @@
13
# for PDF output on Read the Docs
14
project = "rocFFT Documentation"
15
author = "Advanced Micro Devices, Inc."
16
-copyright = "Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved."
+copyright = "Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved."
17
version = version_number
18
release = version_number
19
@@ -24,7 +24,6 @@
24
docs_core.setup()
25
26
external_projects_current_project = "rocfft"
27
-external_projects = []
28
29
for sphinx_var in ROCmDocs.SPHINX_VARS:
30
globals()[sphinx_var] = getattr(docs_core, sphinx_var)
0 commit comments