mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-09 04:28:05 -05:00
Merge branch 'stable'
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
+4
-3
@@ -76,9 +76,10 @@ directive name.
|
||||
|
||||
.. rubric:: Default Domain
|
||||
|
||||
To avoid having to writing the domain name all the time when you e.g. only
|
||||
describe Python objects, a default domain can be selected with either the config
|
||||
value :confval:`primary_domain` or this directive:
|
||||
For documentation describing objects from solely one domain, authors will not
|
||||
have to state again its name at each directive, role, etc... after
|
||||
having specified a default. This can be done either via the config
|
||||
value :confval:`primary_domain` or via this directive:
|
||||
|
||||
.. rst:directive:: .. default-domain:: name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user