mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
fix documentation build. close #56
This commit is contained in:
parent
2cf425d8a3
commit
9700a10d4b
3 changed files with 9 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ API Reference
|
|||
:mod:`models` Module
|
||||
--------------------
|
||||
|
||||
.. automodule:: imagekit.models
|
||||
.. automodule:: imagekit.models.fields
|
||||
:members:
|
||||
|
||||
|
||||
|
|
@ -13,13 +13,13 @@ API Reference
|
|||
------------------------
|
||||
|
||||
.. automodule:: imagekit.processors
|
||||
:members:
|
||||
:members:
|
||||
|
||||
.. automodule:: imagekit.processors.resize
|
||||
:members:
|
||||
:members:
|
||||
|
||||
.. automodule:: imagekit.processors.crop
|
||||
:members:
|
||||
:members:
|
||||
|
||||
|
||||
:mod:`admin` Module
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ import sys, os
|
|||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
#sys.path.insert(0, os.path.abspath('.'))
|
||||
sys.path.append(os.path.abspath('_themes'))
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings'
|
||||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
||||
|
|
@ -121,7 +122,7 @@ html_theme_path = ['_themes']
|
|||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
# html_static_path = ['_static']
|
||||
|
||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||
# using the given strftime format.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@ Getting Started
|
|||
Commands
|
||||
--------
|
||||
|
||||
.. automodule:: imagekit.management.commands.ikflush
|
||||
.. automodule:: imagekit.management.commands.ikcacheinvalidate
|
||||
|
||||
.. automodule:: imagekit.management.commands.ikcachevalidate
|
||||
|
||||
|
||||
Authors
|
||||
|
|
|
|||
Loading…
Reference in a new issue