Add API documentation to the package!
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# for readthedocs
|
||||
# Remaining requirements are picked up from setup.py
|
||||
Django==1.5.10
|
||||
@@ -0,0 +1,11 @@
|
||||
# Settings file to allow parsing API documentation of Django modules,
|
||||
# and provide defaults to use in the documentation.
|
||||
#
|
||||
# This file is placed in a subdirectory,
|
||||
# so the docs root won't be detected by find_packages()
|
||||
|
||||
# Display sane URLs in the docs:
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
# Avoid error for missing the secret key
|
||||
SECRET_KEY = 'docs'
|
||||
Reference in New Issue
Block a user