summaryrefslogtreecommitdiff
path: root/sphinx/application.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-24 14:32:13 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-24 14:32:13 +0900
commit502c4ee5fbef6bf51fe60cc820b1484471dd1b32 (patch)
tree0407a81eb4013f90cc62ae9ad8f1e1b8a51c16db /sphinx/application.py
parentee5560b7739932d0a7735be0cc81f28d76a61e92 (diff)
parentbecf8f43befe8a1528552106848c0e369b7fba9a (diff)
downloadsphinx-git-502c4ee5fbef6bf51fe60cc820b1484471dd1b32.tar.gz
Merge branch '3.x'
Diffstat (limited to 'sphinx/application.py')
-rw-r--r--sphinx/application.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sphinx/application.py b/sphinx/application.py
index 710d7701a..51ef94d71 100644
--- a/sphinx/application.py
+++ b/sphinx/application.py
@@ -494,6 +494,10 @@ class Sphinx:
documents.
* ``''`` if a change in the setting will not need any special rebuild.
+ The *types* value takes a list of types that describes the type of
+ configuration value. For example, ``[str]`` is used to describe a
+ configuration that takes string value.
+
.. versionchanged:: 0.6
Changed *rebuild* from a simple boolean (equivalent to ``''`` or
``'env'``) to a string. However, booleans are still accepted and