Fix Docs static analysis (#708)

* remove ref to old script in static analysis

* update README with doc build instructions

update gitignore with doc artifacts
This commit is contained in:
Sam Wu
2023-03-16 13:12:43 -06:00
committad av GitHub
förälder e3b2342f39
incheckning 8c56e6c892
3 ändrade filer med 21 tillägg och 23 borttagningar
+9 -1
Visa fil
@@ -1,4 +1,12 @@
# Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
/build
*.gcov
/coverage/
# documentation artifacts
build/
_build/
_images/
_static/
_templates/
_toc.yml
docBin/