chore(docs): adding GUI and HTML documentation pages (#145)

* chore(docs): adding GUI and HTML documentation pages

As titled, this adds two pages to the docs

* fix(typo): languagetool suggestion
This commit is contained in:
Jérome Eertmans
2023-03-03 21:56:00 +01:00
committed by GitHub
parent a16aa93ee6
commit a32773c50f
6 changed files with 128 additions and 2 deletions

View File

@ -24,6 +24,11 @@ extensions = [
"sphinx_copybutton",
]
myst_enable_extensions = [
"colon_fence",
"html_admonition",
]
templates_path = ["_templates"]
exclude_patterns = []