[doc] Import from wiki

Imported Installation, FAQ, Troubleshooting, OBS, and Technical FAQ pages
from wiki. Edits done to content as this is no longer a wiki, but versioned
in-repo documentation
This commit is contained in:
Jonathan Rubenstein
2021-05-04 01:35:38 -04:00
committed by Geoffrey McRae
parent 5b0ca835f8
commit 91e55b9d5f
9 changed files with 819 additions and 16 deletions

View File

@@ -18,8 +18,8 @@
# -- Project information -----------------------------------------------------
project = 'Looking Glass'
copyright = '2021, Geoffrey McRae, quantum, xyenne, other contributors on GitHub.'
author = 'Geoffrey McRae, quantum, xyenne, other contributors on GitHub.'
copyright = '2021, Geoffrey McRae, quantum, xyenne, and other contributors'
author = 'Geoffrey McRae, quantum, xyenne, and other contributors'
# The full version, including alpha/beta/rc tags
release = 'B4'
@@ -34,7 +34,7 @@ extensions = [
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
@@ -52,4 +52,4 @@ html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']