Add getting started doc for dev environment
also change docs theme
This commit is contained in:
parent
c750ea2355
commit
99ed897bf4
5 changed files with 104 additions and 8 deletions
9
setup.py
9
setup.py
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue