aboutsummaryrefslogtreecommitdiffstats
path: root/source/conf.py
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2024-02-28 18:15:40 -0500
committerCarlos O'Donell <carlos@redhat.com>2024-02-28 18:15:40 -0500
commit253c5daa3c4aee938fdcc45dc9f857f570a1e622 (patch)
treecc9664e9e51dae563d3647410d7de169f990cea3 /source/conf.py
parent8d0dd83cadac25a7df6db8699c5c3c6fe875b6d1 (diff)
downloadcti.coretoolchain.dev-253c5daa3c4aee938fdcc45dc9f857f570a1e622.tar.gz
faq, gov, projects, services, tax: Update all docs.
Added a spell checker via `make spelling` to check spelling. Currently projects/enum.rst is still not spelling clean. Added more faq entries. Reworded governance page. Added projects page to list ongoing projects in CTI. Added services page to list currently provided services. Added TAC section on suggested annual technical audit by the TAC. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'source/conf.py')
-rw-r--r--source/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/conf.py b/source/conf.py
index c132d06..d768527 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -13,7 +13,8 @@ author = 'CTI TAC'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
-extensions = []
+extensions = [ 'sphinxcontrib.spelling' ]
+spelling_word_list_filename = [ 'spelling_wordlist.txt', 'name_wordlist.txt' ]
templates_path = ['_templates']
exclude_patterns = []