mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4819 from TimKam/1428-web-support-wrong-static-param-doc
#1428 update websupport API doc
This commit is contained in:
commit
c12d616be9
@ -40,9 +40,17 @@ The WebSupport Class
|
|||||||
comment that was added.
|
comment that was added.
|
||||||
|
|
||||||
staticdir
|
staticdir
|
||||||
If static files are served from a location besides ``'/static'``, this
|
If the static files should be created in a different location
|
||||||
should be a string with the name of that location
|
**and not in** ``'/static'``, this should be a string with the name of
|
||||||
(e.g. ``'/static_files'``).
|
that location (e.g. ``builddir + '/static_files'``).
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
If you specify ``staticdir``, you will typically want to adjust
|
||||||
|
``staticroot`` accordingly.
|
||||||
|
|
||||||
|
staticroot
|
||||||
|
If the static files are not served from ``'/static'``, this should be a
|
||||||
|
string with the name of that location (e.g. ``'/static_files'``).
|
||||||
|
|
||||||
docroot
|
docroot
|
||||||
If the documentation is not served from the base path of a URL, this
|
If the documentation is not served from the base path of a URL, this
|
||||||
|
Loading…
Reference in New Issue
Block a user