mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update docs (domains.rst)
This commit is contained in:
parent
159bcd905a
commit
41bb38877f
@ -4,7 +4,7 @@
|
||||
|
||||
import re
|
||||
import sphinx
|
||||
|
||||
language = 'ja'
|
||||
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
|
||||
'sphinx.ext.autosummary', 'sphinx.ext.extlinks',
|
||||
|
@ -76,7 +76,10 @@ directive name.
|
||||
|
||||
.. rubric:: Default Domain
|
||||
|
||||
For documentation solely describing Python objects, authors will not have to state again the domain name at each directive, role, etc... if they specify a *default domain.* This can be done either via the config value :confval:`primary_domain` or via this directive:
|
||||
For documentation describing objects from solely one domain, authors will not
|
||||
have to state again the domain name at each directive, role, etc... after
|
||||
having specified a *default domain.* This can be done either via the config
|
||||
value :confval:`primary_domain` or via this directive:
|
||||
|
||||
.. rst:directive:: .. default-domain:: name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user