Skip to content
Snippets Groups Projects
Unverified Commit dcd76c37 authored by Amin Bandali's avatar Amin Bandali
Browse files

Port the FAQ to Sphinx

Thanks to Nick Econopouly (wrycode) for the initial conversion from
Markdown to reStructuredText and various grammatical corrections.

Change-Id: I8c12d52d43bed8ceae5230cbf13efc972f3cd4b7
parent ceb761ec
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ copyright = '2018-2022 Savoir-faire Linux Inc. and contributors'
author = 'Savoir-faire Linux Inc. and contributors'
extensions = [
'myst_parser'
'myst_parser',
'sphinx.ext.autosectionlabel',
]
source_suffix = {
......@@ -30,6 +31,9 @@ source_suffix = {
'.md': 'markdown',
}
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 4
templates_path = ['_templates']
exclude_patterns = ['_build']
......
This diff is collapsed.
......@@ -9,3 +9,4 @@ questions.
:maxdepth: 1
introduction
faq
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment