Add basic docs for demo, installation, development
This commit is contained in:
parent
cfc0e3a25d
commit
02de0077a2
12 changed files with 401 additions and 7 deletions
|
@ -36,8 +36,13 @@ release = '0.1.x'
|
|||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = [
|
||||
'sphinx.ext.intersphinx',
|
||||
]
|
||||
|
||||
intersphinx_mapping = {
|
||||
'rattail-manual': ('https://rattailproject.org/docs/rattail-manual/', None),
|
||||
}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue