From f2228e1ce0799b8f52fdcb7fb9bd73c1b5a44799 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Fri, 6 Sep 2024 15:48:22 +0200 Subject: [PATCH] PR feedbacks --- .wordlist.txt | 1 - docs/.gitignore | 4 +--- docs/conf.py | 3 +-- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.wordlist.txt b/.wordlist.txt index 5fe41d46c4..57c029daed 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -17,7 +17,6 @@ clr coroutines cuBLASLt cuCtx -CUDA's cuDNN dataflow deallocate diff --git a/docs/.gitignore b/docs/.gitignore index efa76a1b65..f43f04af9f 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -5,6 +5,4 @@ /_templates /doxygen/html /doxygen/xml -/sphinx/_toc.yml -understand/user-kernel-space-compat-matrix-content.rst -understand/algorithm-libraries-support-matrix-content.rst \ No newline at end of file +/sphinx/_toc.yml \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 38952674ad..2db96905c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,6 @@ import re from typing import Any, Dict, List -from urllib.request import urlretrieve from rocm_docs import ROCmDocs @@ -50,5 +49,5 @@ exclude_patterns = [ "doxygen/mainpage.md", - "understand/glossary.md", + "understand/glossary.md" ] \ No newline at end of file