3
0
Fork 0

Add basic command line framework

`wutta setup` is the only real sub/command yet, and it does nothing
This commit is contained in:
Lance Edgar 2023-11-19 14:22:25 -06:00
parent 417f7e5c38
commit 005f43d14e
15 changed files with 742 additions and 12 deletions

View file

@ -24,6 +24,7 @@ templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'python-configuration': ('https://python-configuration.readthedocs.io/en/latest/', None),
'rattail': ('https://rattailproject.org/docs/rattail/', None),
'rattail-manual': ('https://rattailproject.org/docs/rattail-manual/', None),