mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Configure intersphinx
This commit is contained in:
committed by
Peter Eckersley
parent
b9868d3c97
commit
635008f5e6
+4
-3
@@ -24,7 +24,7 @@ import shlex
|
|||||||
# -- General configuration ------------------------------------------------
|
# -- General configuration ------------------------------------------------
|
||||||
|
|
||||||
# If your documentation needs a minimal Sphinx version, state it here.
|
# If your documentation needs a minimal Sphinx version, state it here.
|
||||||
#needs_sphinx = '1.0'
|
needs_sphinx = '1.0'
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
@@ -290,5 +290,6 @@ texinfo_documents = [
|
|||||||
#texinfo_no_detailmenu = False
|
#texinfo_no_detailmenu = False
|
||||||
|
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
intersphinx_mapping = {
|
||||||
intersphinx_mapping = {'https://docs.python.org/': None}
|
'python': ('https://docs.python.org/', None),
|
||||||
|
}
|
||||||
|
|||||||
+5
-3
@@ -42,7 +42,7 @@ for pkg in 'acme', 'letsencrypt-apache', 'letsencrypt-nginx':
|
|||||||
# -- General configuration ------------------------------------------------
|
# -- General configuration ------------------------------------------------
|
||||||
|
|
||||||
# If your documentation needs a minimal Sphinx version, state it here.
|
# If your documentation needs a minimal Sphinx version, state it here.
|
||||||
#needs_sphinx = '1.0'
|
needs_sphinx = '1.0'
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
@@ -320,7 +320,9 @@ texinfo_documents = [
|
|||||||
#texinfo_no_detailmenu = False
|
#texinfo_no_detailmenu = False
|
||||||
|
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
intersphinx_mapping = {
|
||||||
intersphinx_mapping = {'http://docs.python.org/': None}
|
'python': ('https://docs.python.org/': None),
|
||||||
|
'acme': ('https://acme-python.readthedocs.org', None),
|
||||||
|
}
|
||||||
|
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ import shlex
|
|||||||
# -- General configuration ------------------------------------------------
|
# -- General configuration ------------------------------------------------
|
||||||
|
|
||||||
# If your documentation needs a minimal Sphinx version, state it here.
|
# If your documentation needs a minimal Sphinx version, state it here.
|
||||||
#needs_sphinx = '1.0'
|
needs_sphinx = '1.0'
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
@@ -290,5 +290,8 @@ texinfo_documents = [
|
|||||||
#texinfo_no_detailmenu = False
|
#texinfo_no_detailmenu = False
|
||||||
|
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
intersphinx_mapping = {
|
||||||
intersphinx_mapping = {'https://docs.python.org/': None}
|
'python': ('https://docs.python.org/', None),
|
||||||
|
'acme': ('https://acme-python.readthedocs.org', None),
|
||||||
|
'letsencrypt': ('https://letsencrypt.readthedocs.org', None),
|
||||||
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ import shlex
|
|||||||
# -- General configuration ------------------------------------------------
|
# -- General configuration ------------------------------------------------
|
||||||
|
|
||||||
# If your documentation needs a minimal Sphinx version, state it here.
|
# If your documentation needs a minimal Sphinx version, state it here.
|
||||||
#needs_sphinx = '1.0'
|
needs_sphinx = '1.0'
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
@@ -290,5 +290,10 @@ texinfo_documents = [
|
|||||||
#texinfo_no_detailmenu = False
|
#texinfo_no_detailmenu = False
|
||||||
|
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
intersphinx_mapping = {
|
||||||
intersphinx_mapping = {'https://docs.python.org/': None}
|
'python': ('https://docs.python.org/', None),
|
||||||
|
'acme': ('https://acme-python.readthedocs.org', None),
|
||||||
|
'letsencrypt': ('https://letsencrypt.readthedocs.org', None),
|
||||||
|
'letsencrypt-apache': ('https://letsencrypt-apache.readthedocs.org', None),
|
||||||
|
'letsencrypt-nginx': ('https://letsencrypt-nginx.readthedocs.org', None),
|
||||||
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ import shlex
|
|||||||
# -- General configuration ------------------------------------------------
|
# -- General configuration ------------------------------------------------
|
||||||
|
|
||||||
# If your documentation needs a minimal Sphinx version, state it here.
|
# If your documentation needs a minimal Sphinx version, state it here.
|
||||||
#needs_sphinx = '1.0'
|
needs_sphinx = '1.0'
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
@@ -290,5 +290,8 @@ texinfo_documents = [
|
|||||||
#texinfo_no_detailmenu = False
|
#texinfo_no_detailmenu = False
|
||||||
|
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
intersphinx_mapping = {
|
||||||
intersphinx_mapping = {'https://docs.python.org/': None}
|
'python': ('https://docs.python.org/', None),
|
||||||
|
'acme': ('https://acme-python.readthedocs.org', None),
|
||||||
|
'letsencrypt': ('https://letsencrypt.readthedocs.org', None),
|
||||||
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ import shlex
|
|||||||
# -- General configuration ------------------------------------------------
|
# -- General configuration ------------------------------------------------
|
||||||
|
|
||||||
# If your documentation needs a minimal Sphinx version, state it here.
|
# If your documentation needs a minimal Sphinx version, state it here.
|
||||||
#needs_sphinx = '1.0'
|
needs_sphinx = '1.0'
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
@@ -290,5 +290,8 @@ texinfo_documents = [
|
|||||||
#texinfo_no_detailmenu = False
|
#texinfo_no_detailmenu = False
|
||||||
|
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
intersphinx_mapping = {
|
||||||
intersphinx_mapping = {'https://docs.python.org/': None}
|
'python': ('https://docs.python.org/', None),
|
||||||
|
'acme': ('https://acme-python.readthedocs.org', None),
|
||||||
|
'letsencrypt': ('https://letsencrypt.readthedocs.org', None),
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user