kopia lustrzana https://github.com/collective/icalendar
commit
2801ec7d4a
|
@ -18,7 +18,7 @@ Breaking changes:
|
|||
|
||||
New features:
|
||||
|
||||
- ...
|
||||
- Python types in documentation now link to their documentation pages using ``intersphinx``.
|
||||
|
||||
Bug fixes:
|
||||
|
||||
|
|
|
@ -21,7 +21,8 @@ extensions = [
|
|||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.coverage',
|
||||
'sphinx.ext.viewcode',
|
||||
'sphinx_copybutton'
|
||||
'sphinx_copybutton',
|
||||
'sphinx.ext.intersphinx',
|
||||
]
|
||||
source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
@ -41,3 +42,7 @@ man_pages = [
|
|||
('index', 'icalendar', 'icalendar Documentation',
|
||||
['Plone Foundation'], 1)
|
||||
]
|
||||
|
||||
intersphinx_mapping = {
|
||||
"python": ("https://docs.python.org/3", None),
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue