Add getting started doc for dev environment

also change docs theme
This commit is contained in:
Lance Edgar 2018-01-11 12:15:19 -06:00
parent c750ea2355
commit 99ed897bf4
5 changed files with 104 additions and 8 deletions

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2017 Lance Edgar
# Copyright © 2010-2018 Lance Edgar
#
# This file is part of Rattail.
#
@ -112,7 +112,8 @@ extras = {
# package # low high
'Sphinx', # 1.2
],
'sphinx-rtd-theme', # 0.2.4
],
'tests': [
#
@ -122,8 +123,8 @@ extras = {
'fixture', # 1.5
'mock', # 1.0.1
'nose', # 1.3.0
],
}
],
}
setup(